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