Skip to content

Commit af54810

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent a094021 commit af54810

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
@@ -87,7 +87,7 @@ jobs:
8787
- name: Catch version incompatibilities
8888
if: matrix.os == 'ubuntu-latest'
8989
run: pnpm test:scripts
90-
- uses: codecov/codecov-action@v4
90+
- uses: codecov/codecov-action@v5
9191
with:
9292
files: ./scripts/__tests__/coverage/clover.xml,./packages/language-server/coverage/clover.xml
9393
flags: ${{ matrix.os }}

0 commit comments

Comments
 (0)