diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index ecc0d52c6..220400115 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -1165,7 +1165,7 @@ jobs: # Retrieve the list of flaky tests that have been re-run if they were some # Enable 'merge-multiple' to download all files in the root directory - name: Download artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: merge-multiple: true pattern: failed_flaky_* diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4c606ef24..e18ae9f00 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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: pattern: '*.intoto.jsonl' path: ${{ env.ARTIFACTS_SLSA_DIR }}/ diff --git a/.github/workflows/update_licenses.yaml b/.github/workflows/update_licenses.yaml index 7875b51be..8256166cb 100644 --- a/.github/workflows/update_licenses.yaml +++ b/.github/workflows/update_licenses.yaml @@ -125,7 +125,7 @@ jobs: # Retrieve all updated license files # Enable 'merge-multiple' to download all files in the 'deps_licenses' directory - name: Download artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: path: deps_licenses/ merge-multiple: true