diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e78d578e8..d0c2921c2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -36,7 +36,7 @@ jobs: with: report_paths: '**/surefire-reports/TEST-*.xml' - name: Archive code coverage results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: surefire-reports path: '**/surefire-reports/*'