Skip to content

Commit f2f0229

Browse files
chore(deps): update actions/upload-artifact digest to ea165f8
1 parent 5bcd9ec commit f2f0229

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
@@ -85,7 +85,7 @@ jobs:
8585
ditto -v -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 \
8686
Scratch*.app ../mas-dev-universal-${NPM_APP_VERSION}.zip
8787
- name: Upload macOS artifacts
88-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
88+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8989
if: matrix.os == 'macos-latest'
9090
with:
9191
name: macOS
@@ -94,7 +94,7 @@ jobs:
9494
dist/mas-universal/Scratch*.pkg
9595
dist/mas-dev-universal-*.zip
9696
- name: Upload Windows artifacts
97-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
97+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
9898
if: matrix.os == 'windows-latest'
9999
with:
100100
name: Windows

0 commit comments

Comments
 (0)