File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7777 run : npm run build-ui
7878
7979 - name : Save build folder
80- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
80+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
8181 with :
8282 name : build-ubuntu-node-${{ matrix.node-version }}-mongo-${{ matrix.mongodb-version }}
8383 if-no-files-found : error
9090 path : build
9191
9292 - name : Run cypress test
93- uses : cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9
93+ uses : cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
9494 with :
9595 start : npm start &
9696 wait-on : ' http://localhost:3000'
Original file line number Diff line number Diff line change 6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : ' Upload artifact'
67- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
67+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6868 with :
6969 name : SARIF file
7070 path : results.sarif
You can’t perform that action at this time.
0 commit comments