From 45975ff1b922640a081c8cf10e63eecd7fa52628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 08:08:13 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-onpremise.yml | 2 +- .github/workflows/build-public.yml | 2 +- .github/workflows/playwright.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-onpremise.yml b/.github/workflows/build-onpremise.yml index 66deb5a4..48cdba08 100644 --- a/.github/workflows/build-onpremise.yml +++ b/.github/workflows/build-onpremise.yml @@ -177,7 +177,7 @@ jobs: - build steps: - name: "Download digests" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/build-public.yml b/.github/workflows/build-public.yml index e7b759ea..3a8ee839 100644 --- a/.github/workflows/build-public.yml +++ b/.github/workflows/build-public.yml @@ -169,7 +169,7 @@ jobs: - build steps: - name: "Download digests" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index cac27920..f6ed5ac3 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -110,7 +110,7 @@ jobs: run: npm ci - name: "Download blob reports" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: all-blob-reports pattern: blob-report-*