Skip to content

Commit 6bc046e

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#3655)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5a7436 commit 6bc046e

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
@@ -79,7 +79,7 @@ jobs:
7979
- name: Upload Artifact for Signing
8080
if: env.IS_WIN == 'true'
8181
id: upload-artifact-for-signing
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: spicetify-${{ env.TAG }}-${{ matrix.os }}-${{ (matrix.arch == 'amd64' && 'x64') || (matrix.arch == 'arm64' && 'arm64') || 'x32' }}-unsigned
8585
path: ./spicetify.exe

0 commit comments

Comments
 (0)