Skip to content

Commit

Permalink
Change version from v2 to v4 for artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Oct 6, 2024
1 parent 37cb747 commit 7339c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: python -m build .
- name: Run twine check
run: twine check dist/*
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: tox-gh-actions-dist
path: dist

0 comments on commit 7339c63

Please sign in to comment.