Skip to content

Commit 7a97b1f

Browse files
committed
fix: action ver
1 parent 77e4482 commit 7a97b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id-token: write # IMPORTANT: mandatory for trusted publishing
4141
steps:
4242
- name: Download all the dists
43-
uses: actions/download-artifact@v3
43+
uses: actions/download-artifact@v4
4444
with:
4545
name: python-package-distributions
4646
path: dist/
@@ -58,7 +58,7 @@ jobs:
5858
id-token: write # IMPORTANT: mandatory for sigstore
5959
steps:
6060
- name: Download all the dists
61-
uses: actions/download-artifact@v3
61+
uses: actions/download-artifact@v4
6262
with:
6363
name: python-package-distributions
6464
path: dist/

0 commit comments

Comments
 (0)