Skip to content

Commit 5b82721

Browse files
chore(deps): update actions/upload-artifact action to v5 (#3004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> [skip ci]
1 parent 2851812 commit 5b82721

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@v4
202+
uses: actions/upload-artifact@v5
203203
with:
204204
name: results_${{ matrix.test-strategy }}
205205
path: ./tests/tests/results_${{ matrix.test-strategy }}.md

0 commit comments

Comments
 (0)