From 13ee7dc1cdffe8e80f74c1f74c653256d43176a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:35:35 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scanner.yml b/.github/workflows/security-scanner.yml index d195d1b..a86e2e0 100644 --- a/.github/workflows/security-scanner.yml +++ b/.github/workflows/security-scanner.yml @@ -57,7 +57,7 @@ jobs: needs: security-scanner steps: - name: Download scan report - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v6 with: name: ${{ needs.security-scanner.outputs.scan-name }} run_id: ${{ needs.security-scanner.outputs.scan-run-id }}