We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e77d740 + e7bdd5e commit f95ec41Copy full SHA for f95ec41
.github/workflows/ci-cd.yml
@@ -81,7 +81,7 @@ jobs:
81
ditto -v -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 \
82
Scratch*.app ../mas-dev-${NPM_APP_VERSION}.zip
83
- name: Upload macOS artifacts
84
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
85
if: matrix.os == 'macos-latest'
86
with:
87
name: macOS
@@ -90,7 +90,7 @@ jobs:
90
dist/mas/Scratch*.pkg
91
dist/mas-dev-*.zip
92
- name: Upload Windows artifacts
93
94
if: matrix.os == 'windows-latest'
95
96
name: Windows
0 commit comments