Skip to content

Commit

Permalink
upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Sep 6, 2024
1 parent 6058462 commit edb47c4
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 @@ -98,7 +98,7 @@ jobs:
run: |
poetry build
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
name: dist
Expand All @@ -110,7 +110,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
needs: [lint, test]
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit edb47c4

Please sign in to comment.