Skip to content

Commit

Permalink
Merge pull request #1123 from oemof/fix/#1122-update-packaging-upload…
Browse files Browse the repository at this point in the history
…-artifact-version

Change version from v2 to v4 for artifact upload
  • Loading branch information
p-snft authored Oct 7, 2024
2 parents 37cb747 + 7339c63 commit 0b03a25
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 0b03a25

Please sign in to comment.