This commit is contained in:
dependabot[bot] 2025-02-02 22:21:36 +00:00 committed by GitHub
commit 5d3bd96fe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ jobs:
if: matrix.name == 'windows'
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: 'release/rage/*'
@ -310,7 +310,7 @@ jobs:
run: cargo deb --package rage --no-build --target ${{ matrix.target }} ${{ matrix.deb_flags }}
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: 'target/${{ matrix.target }}/debian/*.deb'