From a760de715e056b5b2dbd18e2033f04633f1adb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:25:38 +0200 Subject: [PATCH] chore: bump actions/download-artifact from 4.1.4 to 4.1.7 (#775) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9a953e531..64576e47e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -420,7 +420,7 @@ jobs: - name: Download changelog if: ${{ success() && !cancelled() }} id: download-changelog - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: changelog path: ${{ env.ARTIFACTS_RAW_DIR }}/changelog/ @@ -428,7 +428,7 @@ jobs: - name: Download python3 wheel if: ${{ success() && !cancelled() }} id: download-wheel - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: py3-wheel path: ${{ env.ARTIFACTS_PACKAGED_DIR }}/ @@ -436,7 +436,7 @@ jobs: - name: Download provenance file if: ${{ success() && !cancelled() }} id: download-provenance - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: pattern: '*.intoto.jsonl' path: ${{ env.ARTIFACTS_SLSA_DIR }}/