Skip to content

Commit 91b1c4e

Browse files
committed
Bump setup-python and codecov actions and add missing Codecov token reference.
1 parent ca17e88 commit 91b1c4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949
- name: Set up Python ${{ matrix.python-version }}
50-
uses: actions/setup-python@v4
50+
uses: actions/setup-python@v5
5151
with:
5252
python-version: ${{ matrix.python-version }}
5353
architecture: ${{ matrix.platform.python-architecture }}
@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- uses: actions/checkout@v4
126126
- name: Set up Python
127-
uses: actions/setup-python@v4
127+
uses: actions/setup-python@v5
128128
with:
129129
python-version: 3.8
130130
- name: Install Rust
@@ -203,7 +203,8 @@ jobs:
203203
- name: Generate code coverage
204204
run: cargo llvm-cov --all-features --codecov --output-path coverage.json
205205
- name: Upload coverage to Codecov
206-
uses: codecov/codecov-action@v3
206+
uses: codecov/codecov-action@v4
207207
with:
208208
file: coverage.json
209+
token: ${{ secrets.CODECOV_TOKEN }}
209210
fail_ci_if_error: true

0 commit comments

Comments
 (0)