We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d93224 + 262c4d8 commit 3ce16caCopy full SHA for 3ce16ca
1 file changed
.github/workflows/pr.yml
@@ -194,7 +194,7 @@ jobs:
194
run: dotrun test-python-job
195
196
- name: Upload coverage to Codecov
197
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
198
with:
199
flags: python
200
@@ -219,7 +219,7 @@ jobs:
219
yarn test-js --coverage
220
221
222
223
224
flags: javascript
225
0 commit comments