Skip to content

Commit

Permalink
Upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 11, 2024
1 parent c8e7f48 commit 6d1c809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: python3 -m twine check dist/*

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: tar -czvf docs.tar.gz -C docs/build/ .

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs.tar.gz
Expand Down

0 comments on commit 6d1c809

Please sign in to comment.