From 7f6ffc9ae67e91e1636a72060b42e53d23694b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:14:35 +0000 Subject: [PATCH] chore(deps): Bump dawidd6/action-download-artifact from 11 to 14 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 11 to 14. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v11...v14) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '14' 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 e1bce819..d02f290f 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@v11 + uses: dawidd6/action-download-artifact@v14 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@v11 + uses: dawidd6/action-download-artifact@v14 if: github.event_name == 'workflow_dispatch' with: github_token: ${{ secrets.GHTOKEN }}