diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2f572b0..9f63e16 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -208,25 +208,25 @@ jobs: aws-region: ${{ secrets.REGION }} - name: Download MacOS ARM64 build - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: lima-and-qemu.macos-arm64 path: build - name: Download MacOS x86_64 build - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: lima-and-qemu.macos-x86 path: build - name: Download MacOS ARM64 Ventura build - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: limactl.ventura.arm64 path: build - name: Download MacOS x86_64 Ventura build - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: limactl.ventura.x86_64 path: build @@ -252,7 +252,7 @@ jobs: sha512sum build/lima-and-qemu.macos-x86_64.${timestamp}.tar.gz | cut -d " " -f 1 > build/lima-and-qemu.macos-x86_64.${timestamp}.tar.gz.sha512sum - name: Download MacOS dependencies' sources - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: DependenciesSourceCode.tar.gz path: build