From 8a491e8758fcf2e922c7c9268f91c183b6019ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 17:28:30 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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/continuous-deployment.yml | 2 +- .github/workflows/docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 83870dd..3710ac4 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -163,7 +163,7 @@ jobs: steps: - id: fetch name: Fetch artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build-${{ github.run_number }} path: ./dist diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index a22169d..e06d967 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -48,7 +48,7 @@ jobs: if: ${{ github.ref_name == 'main' }} steps: - name: Download release candidate - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release-candidate path: ./docs/