Skip to content

Commit 822a592

Browse files
chore(deps): bump actions/attest-build-provenance from 3 to 4 (#3713)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a6b235 commit 822a592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cp ./signed/spicetify.exe ./spicetify.exe
103103
104104
- name: Attest output
105-
uses: actions/attest-build-provenance@v3
105+
uses: actions/attest-build-provenance@v4
106106
if: env.IS_UNIX == 'true' || env.IS_WIN == 'true'
107107
with:
108108
subject-path: "./spicetify${{ matrix.os == 'windows' && '.exe' || '' }}"

0 commit comments

Comments
 (0)