Skip to content

Commit

Permalink
RSDK-9518: upgrade upload artifact to v4 (#317)
Browse files Browse the repository at this point in the history
* upgrade

* test

* finalize
  • Loading branch information
purplenicole730 authored Dec 19, 2024
1 parent 85adeeb commit 7d5bbb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: zip html-docs.zip ./doc/api -r

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html-docs
path: html-docs.zip
4 changes: 2 additions & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
htmltest:
runs-on: ubuntu-large
container:
image: ghcr.io/cirruslabs/flutter:latest
image: ghcr.io/cirruslabs/flutter:latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand All @@ -32,7 +32,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 7d5bbb2

Please sign in to comment.