Use upload-artifact@v4

This commit is contained in:
Ryan Baxter
2024-09-11 09:55:22 -04:00
committed by GitHub
parent c90f6bb6be
commit 192a71eeb5

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/*'