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