Skip to content

Commit

Permalink
update upload artifact action v2->v4
Browse files Browse the repository at this point in the history
  • Loading branch information
igro-marczak committed Oct 16, 2024
1 parent 5c33c67 commit b918a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload test report
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-report
path: build/test-report.html

0 comments on commit b918a80

Please sign in to comment.