Skip to content

Commit a210146

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent eb4e193 commit a210146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/javascript_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- run: npx concurrently --group 'make js' 'make css' 'make components'
4545
- run: npm run test
4646
- name: Upload coverage reports to Codecov
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4848
env:
4949
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
make test-py
6262
source scripts/run_doctests.sh
6363
- name: Upload coverage reports to Codecov
64-
uses: codecov/codecov-action@v4
64+
uses: codecov/codecov-action@v5
6565
env:
6666
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)