Skip to content

Commit

Permalink
chore: update artifact actions in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Nov 9, 2024
1 parent 909891d commit b0a927d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Store the distribution packages
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -97,7 +97,7 @@ jobs:
id-token: write
steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit b0a927d

Please sign in to comment.