File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : API Pull Request
22
33permissions :
4- contents : read # For actions/checkout
5- id-token : write # For Codecov OIDC
4+ contents : read # For actions/checkout
5+ id-token : write # For Codecov OIDC
66
77on :
88 pull_request :
8080 run : make test
8181
8282 - name : Upload Coverage
83- uses : codecov/codecov-action@v4
83+ uses : codecov/codecov-action@v5
8484 env :
8585 PYTHON : ${{ matrix.python-version }}
8686 with :
Original file line number Diff line number Diff line change 11name : API Pull Request with Private Packages
22
33permissions :
4- contents : read # For actions/checkout
5- id-token : write # For Codecov OIDC
4+ contents : read # For actions/checkout
5+ id-token : write # For Codecov OIDC
66
77on :
88 pull_request :
6666 run : make test
6767
6868 - name : Upload Coverage
69- uses : codecov/codecov-action@v4
69+ uses : codecov/codecov-action@v5
7070 env :
7171 PRIVATE_PACKAGES : " true"
7272 PYTHON : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments