File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ jobs:
281281 if : >
282282 always() &&
283283 (steps.run_tests.outcome == 'success' || steps.run_tests.outcome == 'failure')
284- uses : actions/upload-artifact@v5
284+ uses : actions/upload-artifact@v6
285285 with :
286286 name : ${{ env.TEST_ID }}
287287 path : reports
@@ -291,7 +291,7 @@ jobs:
291291 if : >
292292 always() &&
293293 (steps.run_tests.outcome == 'success' || steps.run_tests.outcome == 'failure')
294- uses : actions/upload-artifact@v5
294+ uses : actions/upload-artifact@v6
295295 with :
296296 name : ${{ env.TEST_ID }}_cluster_dumps
297297 path : test_cluster_dump
@@ -305,7 +305,7 @@ jobs:
305305 runs-on : ubuntu-latest
306306 steps :
307307 - name : Upload
308- uses : actions/upload-artifact@v5
308+ uses : actions/upload-artifact@v6
309309 with :
310310 name : Event File
311311 path : ${{ github.event_path }}
You can’t perform that action at this time.
0 commit comments