Skip to content

Commit b17b2a0

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 0b0eff6 commit b17b2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Catch version incompatibilities
8484
if: matrix.os == 'ubuntu-latest'
8585
run: npm run testScripts
86-
- uses: codecov/codecov-action@v4
86+
- uses: codecov/codecov-action@v5
8787
with:
8888
files: ./scripts/__tests__/coverage/clover.xml,./packages/language-server/coverage/clover.xml
8989
flags: ${{ matrix.os }}

0 commit comments

Comments
 (0)