We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54052cb + c5cf06e commit 1611348Copy full SHA for 1611348
.github/workflows/tests.yml
@@ -57,9 +57,9 @@ jobs:
57
cppstd: "-std=c++98"
58
59
steps:
60
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
61
- name: Set up Python ${{ matrix.python-version }}
62
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
63
with:
64
python-version: ${{ matrix.python-version }}
65
- name: Display Python version
@@ -89,7 +89,7 @@ jobs:
89
coverage combine
90
coverage xml
91
- name: Upload coverage to Codecov
92
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
93
94
token: ${{ secrets.CODECOV_TOKEN }}
95
file: coverage.xml
0 commit comments