Skip to content

Commit f6e1603

Browse files
committed
chore: upgrade to codecov-action@v5
1 parent da6133b commit f6e1603

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-run-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@ jobs:
8484
dwarfs-linux-build-${{ inputs.build_dist }}
8585
8686
- name: Upload Coverage Data
87-
uses: codecov/codecov-action@v4
87+
uses: codecov/codecov-action@v5
8888
with:
8989
token: ${{ secrets.CODECOV_TOKEN }}
90-
file: ${{ runner.temp }}/dwarfs-coverage.txt
90+
files:
91+
- ${{ runner.temp }}/dwarfs-coverage.txt
9192
fail_ci_if_error: false
9293
if: ${{ inputs.upload_coverage }}
9394

0 commit comments

Comments
 (0)