Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0a927d

Browse files
committed
chore: update artifact actions in ci workflow
1 parent 909891d commit b0a927d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Store the distribution packages
8282
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: python-package-distributions
8686
path: dist/
@@ -97,7 +97,7 @@ jobs:
9797
id-token: write
9898
steps:
9999
- name: Download all the dists
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4
101101
with:
102102
name: python-package-distributions
103103
path: dist/

0 commit comments

Comments
 (0)