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 2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 persist-credentials : false
@@ -44,13 +44,13 @@ jobs:
4444 if : github.event_name == 'release' && github.event.action == 'published'
4545
4646 steps :
47- - uses : actions/download-artifact@v4
47+ - uses : actions/download-artifact@v5
4848 with :
4949 name : Packages
5050 path : dist
5151
5252 - name : Generate artifact attestation for sdist and wheel
53- uses : actions/attest-build-provenance@v2.4 .0
53+ uses : actions/attest-build-provenance@v3.0 .0
5454 with :
5555 subject-path : " dist/*"
5656
Original file line number Diff line number Diff line change 2323 name : Format
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
2929 persist-credentials : false
4848 runs-on : [ubuntu-latest]
4949
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252 with :
5353 fetch-depth : 0
5454 persist-credentials : false
6767 --durations=20
6868
6969 - name : Upload coverage report
70- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
70+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
7171 with :
7272 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments