Skip to content

Commit 36a1530

Browse files
RSDK-9518: upgrade upload artifact to v4 (#804)
1 parent 0128ba8 commit 36a1530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uv run make documentation
3434
3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: html-docs
3939
path: docs/_build/html/

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
config: .htmltest.yml
4040
- name: Archive htmltest results
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
# Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
4343
with:
4444
name: htmltest-report

0 commit comments

Comments
 (0)