Skip to content

Commit

Permalink
bug: updated upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Max KvR committed Oct 1, 2024
1 parent 5c0fa6a commit ae5e655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build Python distribution
run: pip wheel --wheel-dir dist/ .
- name: Upload distribution artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: distribution-packages
path: dist/metricq-*.whl
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
base: "none.md" # ignore the HISTORY.md file
output: release-changelog.md
- name: Upload release changelog artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release-changelog
path: release-changelog.md
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
# run HTML builder (-b) in nitpicky mode (-n) in a fresh environment (-E)
sphinx-build -b html -n -E docs ${{ env.OUTPUT_DIR }}
- name: Upload generated HTML as build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ${{ env.OUTPUT_DIR }}
name: docs
Expand Down

0 comments on commit ae5e655

Please sign in to comment.