From ccff04c3d26fb4ece872ee4f7ecdcc65db138004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:46:41 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 7 to 8 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 8. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/shadow-repo-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shadow-repo-update.yml b/.github/workflows/shadow-repo-update.yml index 7031451a3..97a4d8e4c 100644 --- a/.github/workflows/shadow-repo-update.yml +++ b/.github/workflows/shadow-repo-update.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Download built site id: download_site - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: name: site run_id: ${{ github.event.workflow_run.id }} @@ -82,7 +82,7 @@ jobs: steps: - name: Download comment text id: download_comment - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: name: comment run_id: ${{ github.event.workflow_run.id }}