Skip to content

Commit

Permalink
RSDK-9518: upgrade upload artifact to v4 (viamrobotics#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplenicole730 authored Dec 19, 2024
1 parent 0128ba8 commit 36a1530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uv run make documentation
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html-docs
path: docs/_build/html/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
config: .htmltest.yml
- name: Archive htmltest results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
with:
name: htmltest-report
Expand Down

0 comments on commit 36a1530

Please sign in to comment.