Skip to content

Commit 19ef725

Browse files
authored
Merge pull request #849 from vim-jp/dependabot/github_actions/codecov/codecov-action-6
chore(deps): bump codecov/codecov-action from 5 to 6
2 parents 130f849 + cf15f41 commit 19ef725

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
cat coverage.xml
131131
echo '::endgroup::'
132132
- name: Send coverage
133-
uses: codecov/codecov-action@v5
133+
uses: codecov/codecov-action@v6
134134
with:
135135
files: ./coverage.xml
136136
env_vars: OS,VIMVER
@@ -270,7 +270,7 @@ jobs:
270270
cat coverage.xml
271271
echo '::endgroup::'
272272
- name: Send coverage
273-
uses: codecov/codecov-action@v5
273+
uses: codecov/codecov-action@v6
274274
with:
275275
files: ./coverage.xml
276276
env_vars: OS,VIMVER

0 commit comments

Comments
 (0)