Skip to content

Commit 06f59c2

Browse files
Bump actions/upload-artifact from 5 to 6 (#9166)
1 parent 41bcd61 commit 06f59c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)