Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#246)
Browse files Browse the repository at this point in the history
build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
Guts authored Feb 1, 2024
2 parents 2a40516 + a665817 commit 89451b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: mkdocs build --verbose

- name: Save build doc as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation
path: site/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
--outdir dist/
.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: python_wheel
path: dist/*
Expand Down

0 comments on commit 89451b9

Please sign in to comment.