Skip to content

Commit cfde972

Browse files
authored
Merge pull request #346 from linux-nvme/dependabot/github_actions/codecov/codecov-action-3
build(deps): bump codecov/codecov-action from 1 to 3
2 parents 6bf53af + 9abf011 commit cfde972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
- name: Generate Coverage Report
6565
# Can't use meson here, see https://github.com/mesonbuild/meson/issues/7895
6666
run: ninja -C build coverage --verbose
67-
- uses: codecov/codecov-action@v1
67+
- uses: codecov/codecov-action@v3
6868
with:
6969
fail_ci_if_error: false

0 commit comments

Comments
 (0)