Skip to content

Commit 6d3313a

Browse files
committed
try fix
1 parent 5009df5 commit 6d3313a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
path: ${{ env.broadcastjsWorkingDirectory }}/*-junit.xml # Path to test results
3535
reporter: jest-junit # Format of test results
3636
- name: Upload coverage
37-
uses: neofinancial/coverage-upload-action@v2.0.0
37+
uses: neofinancial/coverage-upload-action
3838
if: ${{ (success() || failure()) && (github.event_name == 'pull_request') }}
3939
with:
4040
coverageData: ${{ env.broadcastjsWorkingDirectory }}/coverage/lcov.info

0 commit comments

Comments
 (0)