Skip to content

Commit 3fcdd1f

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 3c5add0 commit 3fcdd1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
pytest --cov=ovos_gui --cov-report xml test/unittests
3333
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v5
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737
directory: ./coverage/reports/

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
if: "${{ matrix.python-version == '3.9' }}"
6464
env:
6565
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
66-
uses: codecov/codecov-action@v2
66+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)