From 7d5bbb22586d9f29cfd2ca5003caccf520c2c1e5 Mon Sep 17 00:00:00 2001 From: Nicole Jung <31713368+purplenicole730@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:44:26 -0500 Subject: [PATCH] RSDK-9518: upgrade upload artifact to v4 (#317) * upgrade * test * finalize --- .github/workflows/docs.yml | 2 +- .github/workflows/linkcheck.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5abb91928d9..1eebe2e1c92 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 19453e519af..fee54a0952f 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -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 @@ -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