File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 if : success()
4343 - name : Store Playwright Traces and Videos From Failed Tests
4444 if : failure()
45- uses : actions/upload-artifact@v4.4.0
45+ uses : actions/upload-artifact@v4.4.3
4646 id : artifact-upload-step
4747 with :
4848 name : test-results
Original file line number Diff line number Diff line change 6767 --group ${{ matrix.group }}
6868 - name : Upload test results and artifacts
6969 if : always()
70- uses : actions/upload-artifact@v4.4.0
70+ uses : actions/upload-artifact@v4.4.3
7171 with :
7272 name : test-results-${{ matrix.group }}
7373 path : |
9292 cp -r $dir/* merged-test-results/
9393 done
9494 - name : Upload Merged Test Results
95- uses : actions/upload-artifact@v4.4.0
95+ uses : actions/upload-artifact@v4.4.3
9696 id : merged-artifact-upload
9797 with :
9898 name : merged-test-results
You can’t perform that action at this time.
0 commit comments