Skip to content

Commit 5400c7c

Browse files
committed
Correct wrong vrsion
1 parent f1585ae commit 5400c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
run: bash .github/scripts/validate_report_files.sh
176176

177177
- name: Codecov
178-
uses: codecov/codecov-action@master
178+
uses: codecov/codecov-action@v4
179179
with:
180180
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
181181
files: ./cobertura.xml

0 commit comments

Comments
 (0)