diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2686ae4..14de3ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: dist/bw-wez-${{ matrix.triple }}.sha256 - name: Upload artifact for the bundle job - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: bw-wez-${{ matrix.triple }} path: "dist/bw-wez-${{ matrix.triple }}" @@ -95,7 +95,7 @@ jobs: ref: ${{ github.event.repository.default_branch }} token: ${{ secrets.RELEASE_TOKEN }} - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: path: artifacts