File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343
4444 - name : Upload reports
4545 if : failure()
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : build
4949 path : |
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Upload reports
106106 if : failure()
107- uses : actions/upload-artifact@v3
107+ uses : actions/upload-artifact@v4
108108 with :
109109 name : test-${{ matrix.driver }}
110110 path : |
@@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Upload reports
149149 if : failure()
150- uses : actions/upload-artifact@v3
150+ uses : actions/upload-artifact@v4
151151 with :
152152 name : publish
153153 path : |
Original file line number Diff line number Diff line change 6767
6868 - name : Upload reports
6969 if : failure()
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : build
7373 path : ./**/build/reports
You can’t perform that action at this time.
0 commit comments