We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2977354 commit d20e90dCopy full SHA for d20e90d
.github/workflows/test-javascript-jest-task.yml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Send unit tests coverage to Codecov
107
if: runner.os == 'Linux'
108
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
109
with:
110
# Even though the file is specified via the `file` input. The action still pointlessly searches for the file
111
# by default.
0 commit comments