Skip to content

Commit fee46b1

Browse files
authored
Merge pull request #443 from docker/dependabot/github_actions/codecov/codecov-action-7.0.0
build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0
2 parents 6bcdedb + 677ed9f commit fee46b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
shell: bash
114114
-
115115
name: Upload coverage
116-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
116+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
117117
with:
118118
files: ${{ env.DESTDIR }}/coverage.txt
119119
token: ${{ secrets.CODECOV_TOKEN }}
@@ -135,7 +135,7 @@ jobs:
135135
*.cache-to=type=gha,scope=test,mode=max
136136
-
137137
name: Upload coverage
138-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
138+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
139139
with:
140140
files: ${{ env.DESTDIR }}//coverage.txt
141141
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)