Skip to content

Commit 813a3b7

Browse files
dependabot[bot]AnimMouse
authored andcommitted
Bump actions/attest-build-provenance from 1 to 2
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4981dae commit 813a3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ffmpeg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
137137
- name: Generate artifact attestation for FFmpeg binaries
138138
if: '! inputs.no_release'
139-
uses: actions/attest-build-provenance@v1
139+
uses: actions/attest-build-provenance@v2
140140
with:
141141
subject-path: ff*.exe
142142

@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Generate artifact attestation for FFmpeg archive
147147
if: '! inputs.no_release'
148-
uses: actions/attest-build-provenance@v1
148+
uses: actions/attest-build-provenance@v2
149149
with:
150150
subject-path: ffmpeg-${{ needs.check.outputs.version }}-${{ needs.check.outputs.helper-git-sha-short }}-${{ matrix.os }}-nonfree.7z
151151

0 commit comments

Comments
 (0)