diff --git a/.github/workflows/guest-kernel.yml b/.github/workflows/guest-kernel.yml index f05e86e..11d39f1 100644 --- a/.github/workflows/guest-kernel.yml +++ b/.github/workflows/guest-kernel.yml @@ -152,7 +152,7 @@ jobs: with: persist-credentials: false - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: guest-kernel-${{ needs.build.outputs.version }} path: dist @@ -232,7 +232,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: guest-kernel-${{ needs.build.outputs.version }} path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa3a73e..2e6f110 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,7 @@ jobs: contents: write # required to create the Release and upload assets steps: - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: linux-x86_64-musl path: dist