Skip to content

Commit 3286f84

Browse files
Merge pull request #99 from crossplane/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents d3b1d6a + 677946a commit 3286f84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ jobs:
187187
run: make -j2 test
188188

189189
- name: Publish Unit Test Coverage
190-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
190+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
191191
with:
192192
flags: unittests
193-
file: _output/tests/linux_amd64/coverage.txt
193+
files: _output/tests/linux_amd64/coverage.txt
194194

195195
local-deploy:
196196
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)