From 885e0caed22c8ba94302e52c38a7c699623d1f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 03:17:31 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4.3.0 to 8.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/qa-matrix.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 .github/workflows/release.yml diff --git a/.github/workflows/qa-matrix.yml b/.github/workflows/qa-matrix.yml index 2858911..aa582f8 100644 --- a/.github/workflows/qa-matrix.yml +++ b/.github/workflows/qa-matrix.yml @@ -260,14 +260,14 @@ jobs: run: npm ci - name: Download current screenshot artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: merge-multiple: false path: dist/qa/current pattern: ui-screenshot-* - name: Download baseline selection artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: ui-baseline-selection path: dist/qa/resolved-baseline @@ -368,7 +368,7 @@ jobs: fetch-depth: 1 - name: Download unit test report artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: unit-test-results-${{ matrix.os }} path: dist/test-results/${{ matrix.os }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml old mode 100755 new mode 100644 index 98c2dfe..a45cdb3 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -207,19 +207,19 @@ jobs: continue-on-error: true - name: Download Windows artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: windows-artifacts path: artifacts/windows - name: Download Linux artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: linux-artifacts path: artifacts/linux - name: Download macOS artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 with: name: macos-artifacts path: artifacts/macos