Skip to content

Commit

Permalink
Merge pull request #807 from kindlyops/renovate/codecov-codecov-actio…
Browse files Browse the repository at this point in the history
…n-4.x

chore(deps): update codecov/codecov-action action to v4
  • Loading branch information
mergify[bot] authored Sep 14, 2023
2 parents bc06b5a + a9138e1 commit b1f2eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "coverage_files=$(find bazel-out/ -name 'coverage.dat' -printf '%p, ' | sed 's/, $//')" >> $GITHUB_ENV
- name: Detected Coverage Files
run: echo ${{ env.coverage_files }}
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
name: codecov upload
with:
files: ${{ env.coverage_files }}
Expand Down

0 comments on commit b1f2eb8

Please sign in to comment.