We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2851812 commit 5b82721Copy full SHA for 5b82721
.github/workflows/k8s-scaling-test.yml
@@ -199,7 +199,7 @@ jobs:
199
run: mv ./tests/tests/autoscaling_results.md ./tests/tests/results_${{ matrix.test-strategy }}.md
200
- name: Upload results
201
if: always()
202
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
203
with:
204
name: results_${{ matrix.test-strategy }}
205
path: ./tests/tests/results_${{ matrix.test-strategy }}.md
0 commit comments