diff --git a/.github/workflows/test-reporter.yml b/.github/workflows/test-reporter.yml index 1060771c5..ffb1206a6 100644 --- a/.github/workflows/test-reporter.yml +++ b/.github/workflows/test-reporter.yml @@ -17,9 +17,9 @@ jobs: report: runs-on: ubuntu-latest steps: - - uses: elastic/apm-pipeline-library/.github/actions/test-report@current + - uses: elastic/oblt-actions/test-report@v1 with: - artifact: test-results - name: JUnit Tests + artifact: /test-results(.*)/ + name: 'Test Report $1' path: "**/*-python-agent-junit.xml" reporter: java-junit