From 5ff43188c544968365d30a31e46cf23f380dbc71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 13:33:27 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/framework-tests.yml | 2 +- .github/workflows/links.yml | 2 +- .github/workflows/playwright-screenshots.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/framework-tests.yml b/.github/workflows/framework-tests.yml index 7eb3465c..59c4d793 100644 --- a/.github/workflows/framework-tests.yml +++ b/.github/workflows/framework-tests.yml @@ -186,7 +186,7 @@ jobs: - name: Upload report if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: framework-test-report path: docs-theme-extras/playwright-report diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 0a3cadb3..471cce58 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -236,7 +236,7 @@ jobs: - name: Upload artifacts if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: link-checker-assets path: artifacts/* diff --git a/.github/workflows/playwright-screenshots.yaml b/.github/workflows/playwright-screenshots.yaml index d1c9e437..4364149d 100644 --- a/.github/workflows/playwright-screenshots.yaml +++ b/.github/workflows/playwright-screenshots.yaml @@ -105,7 +105,7 @@ jobs: # they legitimately are in this job. Publish what this job captured and move on. run: npm run sync-docs || true - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: playwright-report-mock @@ -222,7 +222,7 @@ jobs: working-directory: website/${{ env.PW_DIR }} run: npm run sync-docs || true - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: playwright-report-cluster