From 3033c5999791652870fd78cff3cf0ca010b26a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:55:27 +0000 Subject: [PATCH] chore: bump actions/download-artifact from 4.1.7 to 4.1.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/65a9edc5881444af0b9093a5e628f2fe47ea3b2e...fa0a91b85d4f404e444e00e005971372dc801d16) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yaml | 2 +- .github/workflows/release.yaml | 6 +++--- .github/workflows/update_licenses.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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