diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2e00dcd74..d607326a6 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@v4 + uses: actions/upload-artifact@v5 with: name: surefire-reports path: '**/surefire-reports/*'