Skip to content

Commit

Permalink
Merge pull request #21 from teixeira-fernando/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
teixeira-fernando authored Jan 17, 2024
2 parents 1ca229f + 8a0c6de commit 53079ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: docker cp baselineperformancetest-locust_master_1:./home/locust/report.html .
- name: export artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: locust-report
path: report.html
Expand Down

0 comments on commit 53079ed

Please sign in to comment.