File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178
179179 - name : Upload test results
180180 if : always()
181- uses : actions/upload-artifact@v4
181+ uses : actions/upload-artifact@v5
182182 with :
183183 name : integration-test-results-${{ github.run_number }}
184184 path : |
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174
175175 - name : Upload test results
176176 if : always()
177- uses : actions/upload-artifact@v4
177+ uses : actions/upload-artifact@v5
178178 with :
179179 name : integration-test-results-${{ github.run_number }}
180180 path : |
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177
178178 - name : Upload test results
179179 if : always()
180- uses : actions/upload-artifact@v4
180+ uses : actions/upload-artifact@v5
181181 with :
182182 name : integration-test-results-${{ github.run_number }}
183183 path : |
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116
117117 - name : Upload test results
118118 if : always()
119- uses : actions/upload-artifact@v4
119+ uses : actions/upload-artifact@v5
120120 with :
121121 name : test-results-${{ matrix.provider }}
122122 path : |
@@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Upload test logs
129129 if : failure()
130- uses : actions/upload-artifact@v4
130+ uses : actions/upload-artifact@v5
131131 with :
132132 name : test-logs-${{ matrix.provider }}
133133 path : |
@@ -201,7 +201,7 @@ jobs:
201201
202202 - name : Upload comprehensive test results
203203 if : always()
204- uses : actions/upload-artifact@v4
204+ uses : actions/upload-artifact@v5
205205 with :
206206 name : test-results-all-providers
207207 path : |
You can’t perform that action at this time.
0 commit comments