mirror of
https://github.com/scratchfoundation/scratch-gui.git
synced 2024-11-25 16:26:20 +08:00
chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
parent
3f63ee70ec
commit
004f0922e4
6
.github/workflows/ci-cd.yml
vendored
6
.github/workflows/ci-cd.yml
vendored
@ -51,12 +51,12 @@ jobs:
|
||||
NODE_ENV: production
|
||||
run: npm run build
|
||||
- name: Store Build Output
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
|
||||
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
|
||||
with:
|
||||
name: build-output
|
||||
path: ./build
|
||||
- name: Store Dist Output
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
|
||||
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
|
||||
with:
|
||||
name: dist-output
|
||||
path: ./dist
|
||||
@ -71,7 +71,7 @@ jobs:
|
||||
run: npm run test:integration -- --reporters="default" --reporters="jest-junit"
|
||||
- name: Store Test Results
|
||||
if: always() # Even if tests fail
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
|
||||
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
|
||||
with:
|
||||
name: test-output
|
||||
path: ./test-results/* # Both unit and integration test results
|
||||
|
Loading…
Reference in New Issue
Block a user