Skip to content

Commit

Permalink
updated to upload-artifact@v4 (from upload-artifact@v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Jul 12, 2024
1 parent 9ab57ec commit e513220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: python -m build
- name: Run twine check
run: twine check --strict dist/*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./dist/*.tar.gz

0 comments on commit e513220

Please sign in to comment.