Skip to content

Commit f4b4134

Browse files
committed
upgrade gh actions on release action
1 parent 55fdb74 commit f4b4134

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build a binary wheel and a source tarball
3030
run: python3 -m build
3131
- name: Store the distribution packages
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: python-package-distributions
3535
path: dist/
@@ -48,7 +48,7 @@ jobs:
4848
id-token: write # IMPORTANT: mandatory for trusted publishing
4949
steps:
5050
- name: Download all the dists
51-
uses: actions/download-artifact@v3
51+
uses: actions/download-artifact@v4
5252
with:
5353
name: python-package-distributions
5454
path: dist/
@@ -69,7 +69,7 @@ jobs:
6969

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/
@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Download all the dists
117-
uses: actions/download-artifact@v3
117+
uses: actions/download-artifact@v4
118118
with:
119119
name: python-package-distributions
120120
path: dist/

0 commit comments

Comments
 (0)