We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd10db7 commit e0158c8Copy full SHA for e0158c8
.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
report_paths: '**/surefire-reports/TEST-*.xml'
38
- name: Archive code coverage results
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
41
name: surefire-reports
42
path: '**/surefire-reports/*'
0 commit comments