Skip to content

Commit 8dcb2d6

Browse files
committed
chore: upgrade to codecov-action@v5
1 parent 9456cf3 commit 8dcb2d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
dwarfs-linux-build-${{ inputs.build_dist }}
7777
7878
- name: Upload Coverage Data
79-
uses: codecov/codecov-action@v4
79+
uses: codecov/codecov-action@v5
8080
with:
8181
token: ${{ secrets.CODECOV_TOKEN }}
82-
file: ${{ runner.temp }}/dwarfs-coverage.txt
82+
files: ${{ runner.temp }}/dwarfs-coverage.txt
8383
fail_ci_if_error: false
8484
if: ${{ inputs.upload_coverage }}
8585

0 commit comments

Comments
 (0)