From e2aeacfc49ae2bc9106fb3d5312000b47b85e3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 22:05:12 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact Bumps the github-actions group with 1 update in the /report directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 20 to 21 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/8305c0f1062bb0d184d09ef4493ecb9288447732...b6e2e70617bc3265edd6dab6c906732b2f1ae151) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- report/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/action.yml b/report/action.yml index f0154ee..8c76386 100644 --- a/report/action.yml +++ b/report/action.yml @@ -23,7 +23,7 @@ runs: steps: - name: Download Vale results if: inputs.download_artifacts == 'true' - uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20 + uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21 with: name: vale-results github_token: ${{ inputs.github_token }}