diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9b781b39..5e8733ce 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@v2 + uses: actions/upload-artifact@v3 with: name: surefire-reports path: '**/surefire-reports/*'