diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 2dcb6f32..82d7cbbc 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -97,7 +97,7 @@ jobs: # with `gh attestation verify path/to/bevy --repo TheBevyFlock/bevy_cli`. A list of # attestations can be found at . - name: Attest executable - uses: actions/attest-build-provenance@v4 + uses: actions/attest-build-provenance@v4.1.0 with: subject-name: bevy-cli-${{ matrix.target }}-v${{ needs.extract-cli-version.outputs.version }} subject-path: target/release/${{ env.EXECUTABLE_NAME }}