Upgrading actions/upload-artifact to v4

This commit is contained in:
Ryan Baxter
2024-09-19 14:11:14 -04:00
committed by GitHub
parent bcc8729e2d
commit 8ede564c4d

View File

@@ -36,7 +36,7 @@ jobs:
with:
report_paths: '**/surefire-reports/TEST-*.xml'
- name: Archive code coverage results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: '**/surefire-reports/*'