1 parent da6133b commit f6e1603Copy full SHA for f6e1603
1 file changed
.github/workflows/docker-run-build.yml
@@ -84,10 +84,11 @@ jobs:
84
dwarfs-linux-build-${{ inputs.build_dist }}
85
86
- name: Upload Coverage Data
87
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
88
with:
89
token: ${{ secrets.CODECOV_TOKEN }}
90
- file: ${{ runner.temp }}/dwarfs-coverage.txt
+ files:
91
+ - ${{ runner.temp }}/dwarfs-coverage.txt
92
fail_ci_if_error: false
93
if: ${{ inputs.upload_coverage }}
94
0 commit comments