Skip to content

Commit 43ae7f3

Browse files
authored
Merge pull request #345 from docker/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents 7e7c557 + 1d9eaaa commit 43ae7f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
shell: bash
108108
-
109109
name: Upload coverage
110-
uses: codecov/codecov-action@v4
110+
uses: codecov/codecov-action@v5
111111
with:
112-
file: ${{ env.DESTDIR }}/coverage.txt
112+
files: ${{ env.DESTDIR }}/coverage.txt
113113
token: ${{ secrets.CODECOV_TOKEN }}
114114

115115
test-sandboxed:
@@ -131,9 +131,9 @@ jobs:
131131
*.cache-to=type=gha,scope=test,mode=max
132132
-
133133
name: Upload coverage
134-
uses: codecov/codecov-action@v4
134+
uses: codecov/codecov-action@v5
135135
with:
136-
file: ${{ env.DESTDIR }}//coverage.txt
136+
files: ${{ env.DESTDIR }}//coverage.txt
137137
token: ${{ secrets.CODECOV_TOKEN }}
138138

139139
build:

0 commit comments

Comments
 (0)