Skip to content

Commit 788d10b

Browse files
Merge pull request buildpacks-community#1541 from buildpacks-community/dependabot/github_actions/codecov/codecov-action-4.1.0
Bump codecov/codecov-action from 3.1.4 to 4.1.0
2 parents 49014e2 + 70711fe commit 788d10b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: make unit-ci
3939

4040
- name: Report coverage
41-
uses: codecov/codecov-action@v3.1.4
41+
uses: codecov/codecov-action@v4.1.0
4242

4343
controller-image:
4444
runs-on: ubuntu-latest

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Run tests
1818
run: make unit-ci
1919
- name: Report coverage
20-
uses: codecov/codecov-action@v3.1.4
20+
uses: codecov/codecov-action@v4.1.0

0 commit comments

Comments
 (0)