Skip to content

Commit 7556a2c

Browse files
author
User
committed
Fix: Update artifact actions to v4 to fix deprecation error
1 parent 460086d commit 7556a2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: python -m build
3535

3636
- name: Store the distribution packages
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: python-package-distributions
4040
path: dist/
@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353
steps:
5454
- name: Download all the dists
55-
uses: actions/download-artifact@v3
55+
uses: actions/download-artifact@v4
5656
with:
5757
name: python-package-distributions
5858
path: dist/
@@ -76,7 +76,7 @@ jobs:
7676
id-token: write
7777
steps:
7878
- name: Download all the dists
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v4
8080
with:
8181
name: python-package-distributions
8282
path: dist/

0 commit comments

Comments
 (0)