Skip to content

Commit

Permalink
Bump upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Sep 6, 2024
1 parent 313ef03 commit 25fe6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
python -m build
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
name: dist
Expand All @@ -57,7 +57,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 25fe6a2

Please sign in to comment.