From 2eaa8b405f728f9bd41096bb0d7bd8e9f649dfc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:07:23 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3.0.2 to 4.1.4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.2...v4.1.4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-release.yaml | 4 ++-- .github/workflows/build-image-base.yaml | 2 +- .github/workflows/call-e2e.yaml | 2 +- .github/workflows/call-release-changelog.yaml | 2 +- .github/workflows/call-release-chart.yaml | 2 +- .github/workflows/call-release-pages.yaml | 2 +- .github/workflows/call-trivy.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index cdad791bd..c58ca1651 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -121,13 +121,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Chart Artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: name: ${{ needs.release-chart.outputs.artifact }} path: chart-package/ - name: Download Changelog Artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: name: ${{ needs.release-changelog.outputs.artifact }} path: changelog-result/ diff --git a/.github/workflows/build-image-base.yaml b/.github/workflows/build-image-base.yaml index de21f6632..fcf3c879e 100644 --- a/.github/workflows/build-image-base.yaml +++ b/.github/workflows/build-image-base.yaml @@ -168,7 +168,7 @@ jobs: mkdir -p image-digest/ - name: Download digests of all images built - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: path: image-digest/ diff --git a/.github/workflows/call-e2e.yaml b/.github/workflows/call-e2e.yaml index 9d10170da..22e5bb032 100644 --- a/.github/workflows/call-e2e.yaml +++ b/.github/workflows/call-e2e.yaml @@ -90,7 +90,7 @@ jobs: # download all artifact # https://github.com/actions/download-artifact#download-all-artifacts - name: Download images - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: path: output/artifact-${{ inputs.ipfamily }} diff --git a/.github/workflows/call-release-changelog.yaml b/.github/workflows/call-release-changelog.yaml index ccf55a4cd..31dc2c532 100644 --- a/.github/workflows/call-release-changelog.yaml +++ b/.github/workflows/call-release-changelog.yaml @@ -126,7 +126,7 @@ jobs: ref: ${{ env.DEST_BRANCH }} - name: Download Artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: name: changelog_artifact path: ${{ env.DEST_DIRECTORY }} diff --git a/.github/workflows/call-release-chart.yaml b/.github/workflows/call-release-chart.yaml index 0b54cdfdd..330891095 100644 --- a/.github/workflows/call-release-chart.yaml +++ b/.github/workflows/call-release-chart.yaml @@ -93,7 +93,7 @@ jobs: uses: azure/setup-helm@v3.5 - name: Download Chart Artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: name: chart_package_artifact path: charts diff --git a/.github/workflows/call-release-pages.yaml b/.github/workflows/call-release-pages.yaml index f501c7212..374993bc9 100644 --- a/.github/workflows/call-release-pages.yaml +++ b/.github/workflows/call-release-pages.yaml @@ -153,7 +153,7 @@ jobs: ## doc - name: Download Artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: name: site_artifact diff --git a/.github/workflows/call-trivy.yaml b/.github/workflows/call-trivy.yaml index 7e58e9151..ea1854ae8 100644 --- a/.github/workflows/call-trivy.yaml +++ b/.github/workflows/call-trivy.yaml @@ -21,7 +21,7 @@ jobs: # download all artifact - name: Download images - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: path: output/artifact-trivy