Skip to content

Commit ff440d9

Browse files
authored
Merge pull request #92 from nginxinc/dependabot/github_actions/codecov/codecov-action-4
chore(deps): bump codecov/codecov-action from 3 to 4
2 parents 014204e + 9b9cb00 commit ff440d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: Run Tests
4343
run: make test
4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@v3
45+
uses: codecov/codecov-action@v4
4646
with:
4747
files: ./results/crossplane-go-coverage.out

0 commit comments

Comments
 (0)