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.
1 parent 5d75805 commit 8c3873aCopy full SHA for 8c3873a
1 file changed
.github/workflows/main.yaml
@@ -15,10 +15,10 @@ jobs:
15
architecture: ['x64']
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
19
20
- name: Setup Python
21
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
22
with:
23
python-version: ${{ matrix.python-version }}
24
architecture: ${{ matrix.architecture }}
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Upload coverage
52
if: ${{ matrix.python-version == '3.14' }}
53
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
54
55
token: ${{ secrets.CODECOV_TOKEN }}
56
file: coverage.xml
0 commit comments