diff --git a/.github/workflows/prebuilt-binary.yml b/.github/workflows/prebuilt-binary.yml index 37033f4..b02f750 100644 --- a/.github/workflows/prebuilt-binary.yml +++ b/.github/workflows/prebuilt-binary.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@master - name: Compile and release - uses: rust-build/rust-build.action@v1.4.4 + uses: rust-build/rust-build.action@v1.4.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: