File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments