Skip to content

Commit a850c62

Browse files
committed
ci(tests): Bump codecov to v3, fix node 12 warning
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
1 parent c0cb808 commit a850c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
COV_CORE_SOURCE: .
7777
COV_CORE_CONFIG: .coveragerc
7878
COV_CORE_DATAFILE: .coverage.eager
79-
- uses: codecov/codecov-action@v2
79+
- uses: codecov/codecov-action@v3
8080
with:
8181
token: ${{ secrets.CODECOV_TOKEN }}
8282

0 commit comments

Comments
 (0)