diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2ef53004fe..b732737e21 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@v6 + uses: actions/upload-artifact@v7 with: name: surefire-reports path: '**/surefire-reports/*' \ No newline at end of file