From 351ccb9931e0029dfeb592ffa155769312794372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:08:10 +0000 Subject: [PATCH] chore(deps): bump dawidd6/action-download-artifact from 19 to 21 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v19...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' 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 77fb274b..1acafa61 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v6 - name: Download build artifact - uses: dawidd6/action-download-artifact@v19 + uses: dawidd6/action-download-artifact@v21 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@v19 + uses: dawidd6/action-download-artifact@v21 with: github_token: "${{ secrets.GITHUB_TOKEN }}" workflow: build-website.yml