Skip to content

Commit 2b51bf4

Browse files
author
Daniel Chen
authored
Merge pull request buildpacks-community#1651 from buildpacks-community/dependabot/github_actions/codecov/codecov-action-4.5.0
Bump codecov/codecov-action from 4.1.0 to 4.5.0
2 parents c2550b4 + 5a6ee9e commit 2b51bf4

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@v4.1.0
41+
uses: codecov/codecov-action@v4.5.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@v4.1.0
20+
uses: codecov/codecov-action@v4.5.0

0 commit comments

Comments
 (0)