File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 outputs :
77 matrix : ${{ steps.set-matrix.outputs.matrix }}
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 - run : bash test/findExamplesWithTests.sh
1111 - id : set-matrix
1212 run : echo "::set-output name=matrix::{\"include\":$(bash test/findExamplesWithTests.sh)}"
2424 run :
2525 working-directory : ${{ matrix.examplePath }}
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2828 - run : bash ../../test/updateExampleAppDeps.sh .
2929 -
run :
npm install [email protected] [email protected] puppeteer@^11.0.0 isomorphic-fetch@^3.0.0 3030 - run : npm run build || true
3636 )
3737 - name : The job has failed
3838 if : ${{ failure() }}
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : screenshots
4242 path : ./**/*screenshot.jpeg
You can’t perform that action at this time.
0 commit comments