File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 build : npm run build
3434 working-directory : examples/nextjs
3535 - name : Store build artifacts
36- uses : actions/upload-artifact@v4 # https://github.com/actions/upload-artifact
36+ uses : actions/upload-artifact@v5 # https://github.com/actions/upload-artifact
3737 with :
3838 name : app
3939 path : examples/nextjs/build
5252 uses : actions/checkout@v5
5353
5454 - name : Restore build artifacts
55- uses : actions/download-artifact@v4 # https://github.com/actions/download-artifact
55+ uses : actions/download-artifact@v6 # https://github.com/actions/download-artifact
5656 with :
5757 name : app
5858 path : examples/nextjs/build
Original file line number Diff line number Diff line change 3636 # As of Cypress v8.0 the `cypress run` command
3737 # executes tests in `headless` mode by default
3838
39- - uses : actions/upload-artifact@v4
39+ - uses : actions/upload-artifact@v5
4040 with :
4141 name : screenshots-headless-chrome
4242 path : examples/browser/cypress/screenshots
5454 headed : true
5555 summary-title : ' Chrome headed'
5656
57- - uses : actions/upload-artifact@v4
57+ - uses : actions/upload-artifact@v5
5858 with :
5959 name : screenshots-headed-chrome
6060 path : examples/browser/cypress/screenshots
Original file line number Diff line number Diff line change 2323 browser : firefox
2424
2525 # report screenshot size and store the screenshots as test artifacts
26- - uses : actions/upload-artifact@v4
26+ - uses : actions/upload-artifact@v5
2727 with :
2828 name : screenshots-in-firefox
2929 path : examples/browser/cypress/screenshots
You can’t perform that action at this time.
0 commit comments