Skip to content

Commit fe4a200

Browse files
authored
use v4 artifact action (#39)
1 parent 641b61b commit fe4a200

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
deactivate
4747
4848
- name: Store main distribution packages
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: python-package-distributions
5252
path: dist/
@@ -66,7 +66,7 @@ jobs:
6666
python3 -m build
6767
6868
- name: Store test distribution packages
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: python-package-distributions-testing
7272
path: dist/
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Download all the dists
89-
uses: actions/download-artifact@v3
89+
uses: actions/download-artifact@v4
9090
with:
9191
name: python-package-distributions
9292
path: dist/
@@ -125,7 +125,7 @@ jobs:
125125

126126
steps:
127127
- name: Download all the test dists
128-
uses: actions/download-artifact@v3
128+
uses: actions/download-artifact@v4
129129
with:
130130
name: python-package-distributions-testing
131131
path: dist/

0 commit comments

Comments
 (0)