From 6681527765816f1b27bbcd2e3e94554c8a22544b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:34:05 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4.1.4 to 4.1.5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... 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 edb2a62d5..424821816 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@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: ${{ needs.release-chart.outputs.artifact }} path: chart-package/ - name: Download Changelog Artifact - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 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 e3d87cf6f..55966c41d 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@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: path: image-digest/ diff --git a/.github/workflows/call-e2e.yaml b/.github/workflows/call-e2e.yaml index 3968bf9eb..95bfb92d4 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@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: path: output/artifact-${{ inputs.ipfamily }} diff --git a/.github/workflows/call-release-changelog.yaml b/.github/workflows/call-release-changelog.yaml index 0c2b949cf..6617683b2 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@v4.1.4 + uses: actions/download-artifact@v4.1.5 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 b0756688c..cad945b8d 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@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: chart_package_artifact path: charts diff --git a/.github/workflows/call-release-pages.yaml b/.github/workflows/call-release-pages.yaml index ea4448d3b..20a693f53 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@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: site_artifact diff --git a/.github/workflows/call-trivy.yaml b/.github/workflows/call-trivy.yaml index ea1854ae8..65c86e166 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@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: path: output/artifact-trivy