Skip to content

Commit 1611348

Browse files
authored
Merge pull request #162 from iMichka/codecov
Actions: update to latest versions
2 parents 54052cb + c5cf06e commit 1611348

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
cppstd: "-std=c++98"
5858

5959
steps:
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v3
6161
- name: Set up Python ${{ matrix.python-version }}
62-
uses: actions/setup-python@v1
62+
uses: actions/setup-python@v4
6363
with:
6464
python-version: ${{ matrix.python-version }}
6565
- name: Display Python version
@@ -89,7 +89,7 @@ jobs:
8989
coverage combine
9090
coverage xml
9191
- name: Upload coverage to Codecov
92-
uses: codecov/codecov-action@v1
92+
uses: codecov/codecov-action@v3
9393
with:
9494
token: ${{ secrets.CODECOV_TOKEN }}
9595
file: coverage.xml

0 commit comments

Comments
 (0)