Skip to content

Commit 561041a

Browse files
authored
Update tests.yml
1 parent a173b77 commit 561041a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141

4242
- name: Set up Python ${{ matrix.python-version }}
43-
uses: actions/setup-python@v4
43+
uses: actions/setup-python@v5
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646

@@ -55,8 +55,9 @@ jobs:
5555

5656
- name: Upload coverage to Codecov
5757
if: matrix.python-version == 3.8 && success()
58-
uses: codecov/codecov-action@v3
58+
uses: codecov/codecov-action@v4
5959
with:
60+
token: ${{ secrets.CODECOV_TOKEN }}
6061
files: coverage.xml
6162
flags: unittests
6263
name: codecov-client-reportportal

0 commit comments

Comments
 (0)