Skip to content

Commit b9e07b2

Browse files
authored
Fix test-reporter workflow (#3797)
1 parent f6b08a7 commit b9e07b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
report:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: elastic/apm-pipeline-library/.github/actions/test-report@current
20+
- uses: elastic/oblt-actions/test-report@v1
2121
with:
2222
artifact: /test-results-(.*)/
2323
name: 'Test Results $1'

0 commit comments

Comments
 (0)