diff --git a/.github/workflows/lifecycle.yml b/.github/workflows/lifecycle.yml index 294b1f2..9315475 100644 --- a/.github/workflows/lifecycle.yml +++ b/.github/workflows/lifecycle.yml @@ -237,7 +237,7 @@ jobs: fetch-depth: 1 - name: Download artifact - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 with: name: jars-${{ matrix.version.mc }} @@ -275,7 +275,7 @@ jobs: runs-on: blacksmith-2vcpu-ubuntu-2204 steps: - name: Download artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 - name: Upload release artifacts uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 diff --git a/.github/workflows/run-gametests.yml b/.github/workflows/run-gametests.yml index 3bb1803..3017261 100644 --- a/.github/workflows/run-gametests.yml +++ b/.github/workflows/run-gametests.yml @@ -42,7 +42,7 @@ jobs: # TODO: add cleanup job runs-on: blacksmith-2vcpu-ubuntu-2204 steps: - name: Download artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 - name: Stage artifacts run: |