Skip to content

Commit ec7181c

Browse files
authored
Merge pull request #688 from kubewarden/dependabot/github_actions/codecov/codecov-action-4.1.0
build(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0
2 parents 0f5b45a + 2ad1598 commit ec7181c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Generate unit-tests coverage
102102
run: make coverage-unit-tests
103103
- name: Upload unit-tests coverage to Codecov
104-
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
104+
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
105105
env:
106106
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
107107
with:
@@ -112,7 +112,7 @@ jobs:
112112
- name: Generate integration-tests coverage
113113
run: make coverage-integration-tests
114114
- name: Upload integration-tests coverage to Codecov
115-
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
115+
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
116116
env:
117117
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
118118
with:

0 commit comments

Comments
 (0)