From 3b524cab4685495ce82b6307198fb24286734040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:22:15 +0000 Subject: [PATCH] chore(ci): 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/ci.yml | 2 +- .github/workflows/performance.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 256984b..2e1e862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/ diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 9a385eb..a4b1256 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -100,7 +100,7 @@ jobs: fetch-depth: 0 - name: Download current results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: benchmark-results path: ./current/ @@ -192,7 +192,7 @@ jobs: fetch-depth: 0 - name: Download benchmark results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: benchmark-results path: ./new-results/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ba2b89..74e8a68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,7 +161,7 @@ jobs: cache: 'npm' - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-package @@ -215,7 +215,7 @@ jobs: cache: 'npm' - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-package @@ -290,7 +290,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-package path: ./release-artifacts