Skip to content

Commit 9abf011

Browse files
build(deps): bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a0b72a commit 9abf011

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)