File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 47
47
steps :
48
48
- uses : actions/checkout@v4
49
49
- name : Set up Python ${{ matrix.python-version }}
50
- uses : actions/setup-python@v4
50
+ uses : actions/setup-python@v5
51
51
with :
52
52
python-version : ${{ matrix.python-version }}
53
53
architecture : ${{ matrix.platform.python-architecture }}
@@ -124,7 +124,7 @@ jobs:
124
124
steps :
125
125
- uses : actions/checkout@v4
126
126
- name : Set up Python
127
- uses : actions/setup-python@v4
127
+ uses : actions/setup-python@v5
128
128
with :
129
129
python-version : 3.8
130
130
- name : Install Rust
@@ -203,7 +203,8 @@ jobs:
203
203
- name : Generate code coverage
204
204
run : cargo llvm-cov --all-features --codecov --output-path coverage.json
205
205
- name : Upload coverage to Codecov
206
- uses : codecov/codecov-action@v3
206
+ uses : codecov/codecov-action@v4
207
207
with :
208
208
file : coverage.json
209
+ token : ${{ secrets.CODECOV_TOKEN }}
209
210
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments