Skip to content

Commit b7c8d67

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent af2c624 commit b7c8d67

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)