mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 09:47:01 -04:00
chore: upgrade to codecov-action@v5
This commit is contained in:
parent
64fd359605
commit
9fc2b895b2
4
.github/workflows/docker-run-build.yml
vendored
4
.github/workflows/docker-run-build.yml
vendored
@ -76,10 +76,10 @@ jobs:
|
||||
dwarfs-linux-build-${{ inputs.build_dist }}
|
||||
|
||||
- name: Upload Coverage Data
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ${{ runner.temp }}/dwarfs-coverage.txt
|
||||
files: ${{ runner.temp }}/dwarfs-coverage.txt
|
||||
fail_ci_if_error: false
|
||||
if: ${{ inputs.upload_coverage }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user