File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ jobs:
283283 if : >
284284 always() &&
285285 (steps.run_tests.outcome == 'success' || steps.run_tests.outcome == 'failure')
286- uses : actions/upload-artifact@v6
286+ uses : actions/upload-artifact@v7
287287 with :
288288 name : ${{ env.TEST_ID }}
289289 path : reports
@@ -293,7 +293,7 @@ jobs:
293293 if : >
294294 always() &&
295295 (steps.run_tests.outcome == 'success' || steps.run_tests.outcome == 'failure')
296- uses : actions/upload-artifact@v6
296+ uses : actions/upload-artifact@v7
297297 with :
298298 name : ${{ env.TEST_ID }}_cluster_dumps
299299 path : test_cluster_dump
@@ -307,7 +307,7 @@ jobs:
307307 runs-on : ubuntu-latest
308308 steps :
309309 - name : Upload
310- uses : actions/upload-artifact@v6
310+ uses : actions/upload-artifact@v7
311311 with :
312312 name : Event File
313313 path : ${{ github.event_path }}
You can’t perform that action at this time.
0 commit comments