Skip to content

Commit 5eaeb91

Browse files
committed
.
1 parent 2ececa0 commit 5eaeb91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: python3 -m build
2626

2727
- name: Store the distribution packages
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: python-package-distributions
3131
path: dist/
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4
4949
with:
5050
name: python-package-distributions
5151
path: dist/
@@ -69,7 +69,7 @@ jobs:
6969
id-token: write # IMPORTANT: mandatory for trusted publishing
7070
steps:
7171
- name: Download all the dists
72-
uses: actions/download-artifact@v3
72+
uses: actions/download-artifact@v4
7373
with:
7474
name: python-package-distributions
7575
path: dist/

0 commit comments

Comments
 (0)