Skip to content

Commit

Permalink
Bump upload and download artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Sep 23, 2024
1 parent 15147c7 commit 8979a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Build wheel and SDist
run: pipx run build

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: dist/*

Expand All @@ -34,7 +34,7 @@ jobs:
id-token: write
steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit 8979a2d

Please sign in to comment.