Skip to content

Commit 58df88e

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 8a395dd commit 58df88e

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: Catch version incompatibilities
5959
if: matrix.os == 'ubuntu-latest'
6060
run: npm run testScripts
61-
- uses: codecov/codecov-action@v4
61+
- uses: codecov/codecov-action@v5
6262
with:
6363
files: ./scripts/__tests__/coverage/clover.xml,./packages/language-server/coverage/clover.xml
6464
flags: ${{ matrix.os }}

0 commit comments

Comments
 (0)