Skip to content

Commit ebd7360

Browse files
Update actions/upload-artifact action to v6 (#3048)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent 81a46ad commit ebd7360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s-scaling-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
run: mv ./tests/tests/autoscaling_results.md ./tests/tests/results_${{ matrix.test-strategy }}.md
200200
- name: Upload results
201201
if: always()
202-
uses: actions/upload-artifact@v5
202+
uses: actions/upload-artifact@v6
203203
with:
204204
name: results_${{ matrix.test-strategy }}
205205
path: ./tests/tests/results_${{ matrix.test-strategy }}.md

0 commit comments

Comments
 (0)