File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 run : echo ${{ env.START_TIME }}
3030
3131 - name : Clone repository
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 3
3535
@@ -74,14 +74,14 @@ jobs:
7474
7575 - name : Upload Event File
7676 if : always()
77- uses : actions/upload-artifact@v5
77+ uses : actions/upload-artifact@v6
7878 with :
7979 name : Event File
8080 path : ${{ github.event_path }}
8181
8282 - name : Upload E2E Test Results
8383 if : always()
84- uses : actions/upload-artifact@v5
84+ uses : actions/upload-artifact@v6
8585 with :
8686 name : Playwright E2E Test Results
8787 path : |
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Download and Extract Artifacts
27- uses : dawidd6/action-download-artifact@v11
27+ uses : dawidd6/action-download-artifact@v12
2828 with :
2929 run_id : ${{ github.event.workflow_run.id }}
3030 path : artifacts
Original file line number Diff line number Diff line change 2929 run : echo ${{ env.START_TIME }}
3030
3131 - name : Clone repository
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 0
3535
You can’t perform that action at this time.
0 commit comments