Merge pull request #367 from scratchfoundation/renovate/major-github-artifact-actions
Some checks are pending
CI/CD / ci-cd (macos-latest) (push) Waiting to run
CI/CD / ci-cd (windows-latest) (push) Waiting to run

chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
Christopher Willis-Ford 2024-11-06 07:53:24 -08:00 committed by GitHub
commit f95ec41f35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ jobs:
ditto -v -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 \
Scratch*.app ../mas-dev-${NPM_APP_VERSION}.zip
- name: Upload macOS artifacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: matrix.os == 'macos-latest'
with:
name: macOS
@ -90,7 +90,7 @@ jobs:
dist/mas/Scratch*.pkg
dist/mas-dev-*.zip
- name: Upload Windows artifacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
if: matrix.os == 'windows-latest'
with:
name: Windows