mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 07:00:23 +00:00
CI: update codecov action to v5
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
e1cd69d5ff
commit
a79cb30cdc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
|||
|
||||
- name: Upload coverage to Codecov
|
||||
if: ${{ matrix.upload-coverage }}
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
file: ./coverage.txt
|
||||
fail_ci_if_error: false
|
||||
|
|
Loading…
Reference in a new issue