mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
upgrade codecov-action to v3
This commit is contained in:
parent
406da3d419
commit
142eb65223
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -134,7 +134,7 @@ jobs:
|
|||
#sudo -E bash -c "tox -e py"
|
||||
tox --skip-missing-interpreters
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
OS: ${{ runner.os }}
|
||||
python: ${{ matrix.python-version }}
|
||||
|
|
Loading…
Reference in a new issue