From 9982709917372f7acbdb94dd33e99f6dec09cb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 05:32:46 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/pr-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index e9b4a8f7..44033e21 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download generated site - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: generated-site path: ./site @@ -24,7 +24,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Download PR number - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: pr-number run-id: ${{ github.event.workflow_run.id }}