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 @@ -221,13 +221,13 @@ jobs:
221221 # TODO: Do component tests need the frontend/backend?
222222 env : ${{ secrets.CYPRESS_ENV }}
223223 - name : Upload cypress screenshots
224- uses : actions/upload-artifact@v3
224+ uses : actions/upload-artifact@v4
225225 if : failure()
226226 with :
227227 name : cypress-screenshots
228228 path : cypress/screenshots
229229 # - name: Upload cypress videos
230- # uses: actions/upload-artifact@v3
230+ # uses: actions/upload-artifact@v4
231231 # if: always()
232232 # with:
233233 # name: cypress-videos
@@ -300,7 +300,7 @@ jobs:
300300 run : yarn run pw:run
301301 shell : bash
302302 - name : Upload playwright report
303- uses : actions/upload-artifact@v3
303+ uses : actions/upload-artifact@v4
304304 if : always()
305305 with :
306306 name : playwright-report
You can’t perform that action at this time.
0 commit comments