Skip to content

Commit

Permalink
Updated actions/upload-artifact to v4 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mconfalonieri authored Dec 1, 2024
1 parent 5518dc5 commit 2aeef7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-on-error: 'true'
- name: Upload Reports
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unit-test-reports
path: ./build/reports/**

0 comments on commit 2aeef7f

Please sign in to comment.