Skip to content

Commit 7b6d306

Browse files
chore(deps): update actions/upload-artifact digest to 6f51ac0
1 parent 42ebb5e commit 7b6d306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ditto -v -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 \
8282
Scratch*.app ../mas-dev-${NPM_APP_VERSION}.zip
8383
- name: Upload macOS artifacts
84-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
84+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
8585
if: matrix.os == 'macos-latest'
8686
with:
8787
name: macOS
@@ -90,7 +90,7 @@ jobs:
9090
dist/mas/Scratch*.pkg
9191
dist/mas-dev-*.zip
9292
- name: Upload Windows artifacts
93-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
93+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
9494
if: matrix.os == 'windows-latest'
9595
with:
9696
name: Windows

0 commit comments

Comments
 (0)