Skip to content

Commit 2716b72

Browse files
Merge pull request #303 from hjkgrp/pypi_build_action_change
modification to artifact action version
2 parents 40a0d5d + 56c78b7 commit 2716b72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build a binary wheel and a source tarball
2727
run: python3 -m build
2828
- name: Store the distribution packages
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: python-package-distributions
3232
path: dist/
@@ -44,7 +44,7 @@ jobs:
4444
id-token: write # IMPORTANT: mandatory for trusted publishing
4545
steps:
4646
- name: Download all the dists
47-
uses: actions/download-artifact@v4.1.7
47+
uses: actions/download-artifact@v4
4848
with:
4949
name: python-package-distributions
5050
path: dist/
@@ -63,7 +63,7 @@ jobs:
6363
id-token: write # IMPORTANT: mandatory for trusted publishing
6464
steps:
6565
- name: Download all the dists
66-
uses: actions/download-artifact@v4.1.7
66+
uses: actions/download-artifact@v4
6767
with:
6868
name: python-package-distributions
6969
path: dist/

0 commit comments

Comments
 (0)