diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59d3ac1..2c4fe12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,19 +121,19 @@ jobs: with: egress-policy: audit - name: Download x86_64 build artifact - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ needs.build.outputs.artifact-filename-darwin-x86_64 }} - name: Download x86_64 SHA-256 checksum file - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ needs.build.outputs.sha256-filename-darwin-x86_64 }} - name: Download arm64 build artifact - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ needs.build.outputs.artifact-filename-darwin-arm64 }} - name: Download arm64 SHA-256 checksum file - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ needs.build.outputs.sha256-filename-darwin-arm64 }} - name: Upload release artifacts