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 5151 outputs :
5252 version : ${{ steps.playwright-version.outputs.version }}
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v6
5555 - name : Get Playwright version from package-lock.json
5656 id : playwright-version
5757 run : |
6464 container :
6565 image : mcr.microsoft.com/playwright:v${{ needs.get-playwright-version.outputs.version }}-noble
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v6
6868 - name : Install dependencies
6969 run : npm ci
7070 - name : Build maquette
7878 working-directory : browser-tests
7979 run : npm test
8080 - name : Upload Playwright report
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v6
8282 if : ${{ !cancelled() }}
8383 with :
8484 name : playwright-report
You can’t perform that action at this time.
0 commit comments