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 4343 if : success()
4444 - name : Store Playwright Traces and Videos From Failed Tests
4545 if : failure()
46- uses : actions/upload-artifact@v4.3.6
46+ uses : actions/upload-artifact@v4.4.0
4747 id : artifact-upload-step
4848 with :
4949 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.3.6
70+ uses : actions/upload-artifact@v4.4.0
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.3.6
95+ uses : actions/upload-artifact@v4.4.0
9696 id : merged-artifact-upload
9797 with :
9898 name : merged-test-results
You can’t perform that action at this time.
0 commit comments