File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919
2020 - name : Setup Node
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v6
2222 with :
2323 node-version : " 20"
2424
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v4
2727
28- - uses : actions/setup-node@v4
28+ - uses : actions/setup-node@v6
2929 with :
3030 node-version : 24
3131
7272 mkdir -p playwright-report
7373 mkdir -p playwright-report/artifacts
7474
75- - uses : actions/upload-artifact@v4
75+ - uses : actions/upload-artifact@v7
7676 if : always()
7777 with :
7878 name : playwright-report-shard-${{ matrix.shard }}
8181
8282 - name : Upload failed test screenshots
8383 if : always()
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v7
8585 with :
8686 name : failed-test-screenshots-shard-${{ matrix.shard }}
8787 path : playwright-report/artifacts/
Original file line number Diff line number Diff line change 2323 fi
2424
2525 - name : Login to DockerHub
26- uses : docker/login-action@v3
26+ uses : docker/login-action@v4
2727 with :
2828 username : ${{ secrets.DOCKER_USERNAME }}
2929 password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments