Skip to content

Commit 8c3873a

Browse files
committed
updating github actions
1 parent 5d75805 commit 8c3873a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
architecture: ['x64']
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: ${{ matrix.architecture }}
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Upload coverage
5252
if: ${{ matrix.python-version == '3.14' }}
53-
uses: codecov/codecov-action@v4
53+
uses: codecov/codecov-action@v5
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656
file: coverage.xml

0 commit comments

Comments
 (0)