From 52ce3405627a22594e65a9ed7722cb4a08dbbb52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:27:36 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 2 to 11 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 4cb5a9c6..8cc4899e 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Download build artifact - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v11 with: github_token: "${{ secrets.GITHUB_TOKEN }}" workflow: build-website.yml @@ -31,7 +31,7 @@ jobs: - if: github.event.workflow_run.event == 'pull_request' name: Download pr info - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v11 with: github_token: "${{ secrets.GITHUB_TOKEN }}" workflow: build-website.yml