From fcecfd6f720f92a811a49a193e031186ee2d6b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 03:06:57 +0000 Subject: [PATCH] chore(deps): Bump dawidd6/action-download-artifact from 6 to 8 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 8. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...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/deploy_github_pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_github_pages.yml b/.github/workflows/deploy_github_pages.yml index d5a4114f0..3efd8ec3a 100644 --- a/.github/workflows/deploy_github_pages.yml +++ b/.github/workflows/deploy_github_pages.yml @@ -32,7 +32,7 @@ jobs: cd .. - name: Download new deployment via workflow_run - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v8 if: github.event.workflow_run.conclusion == 'success' with: github_token: ${{ secrets.GHTOKEN }} @@ -43,7 +43,7 @@ jobs: path: repo - name: Download new deployment via workflow_dispatch - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v8 if: github.event_name == 'workflow_dispatch' with: github_token: ${{ secrets.GHTOKEN }}