Skip to content

Commit ca21698

Browse files
authored
Merge pull request #418 from docker/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents 14b6d37 + bfd43ca commit ca21698

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
@@ -119,7 +119,7 @@ jobs:
119119
shell: bash
120120
-
121121
name: Upload coverage
122-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
122+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
123123
with:
124124
files: ${{ env.DESTDIR }}/coverage.txt
125125
token: ${{ secrets.CODECOV_TOKEN }}
@@ -141,7 +141,7 @@ jobs:
141141
*.cache-to=type=gha,scope=test,mode=max
142142
-
143143
name: Upload coverage
144-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
144+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
145145
with:
146146
files: ${{ env.DESTDIR }}//coverage.txt
147147
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)