Skip to content

Commit

Permalink
Bumped Artifacts GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
glothriel committed Feb 17, 2025
1 parent e4b3883 commit b73a02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
run: ./k6 run tests/k6/test.js --vus 10 --duration 30s

- name: Archive k6 test result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: k6
path: k6.html

- name: Archive system resources diagrams
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: system
path: system.html

0 comments on commit b73a02b

Please sign in to comment.