From 07c24b4917421f30e03d2b478a4ddb2b40f9efda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 07:05:28 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 4.1.9 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/validate_attestations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_attestations.yml b/.github/workflows/validate_attestations.yml index c9a50b2..db7bb21 100644 --- a/.github/workflows/validate_attestations.yml +++ b/.github/workflows/validate_attestations.yml @@ -22,7 +22,7 @@ jobs: if: ${{ github.event.workflow_run.name == '📦 Release' && github.event.workflow_run.conclusion == 'success' }} steps: - name: Download artifact related with the workflow run ID ${{ github.event.workflow_run.id }} - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: release.zip github-token: ${{ github.token }}