Skip to content

Commit

Permalink
fix: fixing workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngha-Boris committed Feb 18, 2025
1 parent b897aa4 commit d544cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artillery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: artillery run --output report.json load-test.yml

- name: Upload test report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artillery-report
path: report.json

0 comments on commit d544cfc

Please sign in to comment.