File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 - name : Install Node dependencies
4444 run : npm ci
4545 - run : node --test --experimental-test-coverage --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=lcov.txt
46- - uses : codecov/codecov-action@v4
46+ - uses : codecov/codecov-action@v5
4747 with :
4848 token : ${{ secrets.CODECOV_TOKEN }}
4949 flags : javascript
@@ -106,7 +106,7 @@ jobs:
106106 - run : python -m pytest -m "not selenium"
107107 env :
108108 PATH : $PATH:$(pwd)/bin
109- - uses : codecov/codecov-action@v4
109+ - uses : codecov/codecov-action@v5
110110 with :
111111 token : ${{ secrets.CODECOV_TOKEN }}
112112 flags : python
@@ -134,7 +134,7 @@ jobs:
134134 python-version : ${{ matrix.python-version }}
135135 - run : python -m pip install -e .[test]
136136 - run : python -m pytest -m selenium
137- - uses : codecov/codecov-action@v4
137+ - uses : codecov/codecov-action@v5
138138 with :
139139 token : ${{ secrets.CODECOV_TOKEN }}
140140 flags : selenium
You can’t perform that action at this time.
0 commit comments