diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8cfb2da..172a376 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: run: find . -type d -name '*-reports' -o -name "*-logs" | tar -czf test-reports.tgz -T - - name: Upload failure Archive (if maven failed) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: test-reports