diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c7bfe05e0..386c441927 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: ref: ${{ (inputs.tag != '' && !inputs.dry_run ) && format('refs/tags/v{0}', inputs.tag) || github.ref }} - name: Download Artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: dist-${{ github.run_id }} path: ${{ github.workspace }}/dist diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90a694b151..a4fe943763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -306,7 +306,7 @@ jobs: go-version: stable - name: Download Artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: dist-${{ github.run_id }} path: ${{ github.workspace }}/dist diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 968fc788ca..aaa5d0b814 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Download Artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: dist-${{ github.run_id }} path: ${{ github.workspace }}/dist