Skip to content

Commit

Permalink
update upload-artifact action to v4 because v3 is scheduled for depre…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
jason committed Jul 18, 2024
1 parent 704268e commit b964baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
make doc
- name: Archive Docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: archived-docs
path: build/docs/_build
Expand Down

0 comments on commit b964baf

Please sign in to comment.