Skip to content

Commit

Permalink
chore(deps): update actions/attest-build-provenance action to v2 (#3356)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent ecf00ad commit 9621339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
- name: Generate artifact attestation for ASF-${{ matrix.variant }}.zip
if: ${{ github.event_name == 'push' }}
uses: actions/attest-build-provenance@v1.4.4
uses: actions/attest-build-provenance@v2.0.0
with:
subject-path: out/ASF-${{ matrix.variant }}.zip

Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:
- name: Generate artifact attestation for ArchiSteamFarm.OfficialPlugins.Monitoring
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
uses: actions/attest-build-provenance@v1.4.4
uses: actions/attest-build-provenance@v2.0.0
with:
subject-path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip

Expand Down Expand Up @@ -507,7 +507,7 @@ jobs:
gpg -a -b -o SHA512SUMS.sign SHA512SUMS
- name: Generate artifact attestation for SHA512SUMS
uses: actions/attest-build-provenance@v1.4.4
uses: actions/attest-build-provenance@v2.0.0
with:
subject-path: out/SHA512SUMS

Expand All @@ -519,7 +519,7 @@ jobs:
path: out/SHA512SUMS

- name: Generate artifact attestation for SHA512SUMS.sign
uses: actions/attest-build-provenance@v1.4.4
uses: actions/attest-build-provenance@v2.0.0
with:
subject-path: out/SHA512SUMS.sign

Expand Down

0 comments on commit 9621339

Please sign in to comment.