diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05a91c1..80bf705 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: run: docker cp ${{github.sha}}:/home/linuxbrew/bootstrap-binaries . - name: Upload binaries to GitHub Actions - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: bootstrap-${{matrix.binary}} path: bootstrap-binaries