From 20d112783a0e54815189d852fafac5e5564568ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 06:40:11 +0000 Subject: [PATCH] deps: update actions/download-artifact action to v4 --- .github/workflows/draft-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index ee4d997da..ef1327ae1 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -347,7 +347,7 @@ jobs: - name: Download provenance # Need to use the same major version as slsa-github-generator to find uploaded artifacts # https://github.com/slsa-framework/slsa-github-generator/issues/3068 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: ${{ needs.provenance.outputs.provenance-name }} @@ -432,7 +432,7 @@ jobs: - name: Download Constellation provenance # Need to use the same major version as slsa-github-generator to find uploaded artifacts # https://github.com/slsa-framework/slsa-github-generator/issues/3068 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: ${{ needs.provenance.outputs.provenance-name }}