File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 matrix :
1414 node-version : ['lts/*']
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Setup Node.js ${{ matrix.node-version }}
1818 uses : actions/setup-node@v3
1919 with :
3838 node-version : ['lts/*']
3939 os : ['macos-latest', 'ubuntu-latest', 'windows-latest']
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 - name : Setup Node.js ${{ matrix.node-version }}
4343 uses : actions/setup-node@v3
4444 with :
5959 matrix :
6060 node-version : ['lts/*']
6161 steps :
62- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v4
6363 - name : Setup Node.js ${{ matrix.node-version }}
6464 uses : actions/setup-node@v3
6565 with :
7474 - name : E2E Tests (Playwright)
7575 run : npm run test:e2e
7676 - name : Store artifacts
77- uses : actions/upload-artifact@v3
77+ uses : actions/upload-artifact@v4
7878 if : failure()
7979 with :
8080 name : ${{ matrix.os }}-${{ matrix.node-version }}-artifacts
You can’t perform that action at this time.
0 commit comments