File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
path : dist
38
38
39
39
- name : Generate artifact attestation for sdist and wheel
40
- uses : actions/attest-build-provenance@v2.1 .0
40
+ uses : actions/attest-build-provenance@v2.2 .0
41
41
with :
42
42
subject-path : " dist/*"
43
43
Original file line number Diff line number Diff line change 66
66
run : pixi run -e ${{ matrix.environment }} tests-ci
67
67
68
68
- name : Upload coverage report
69
- uses : codecov/codecov-action@v5.1.2
69
+ uses : codecov/codecov-action@v5.3.1
70
70
with :
71
71
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- name : Download Artifact
19
- uses : dawidd6/action-download-artifact@v7
19
+ uses : dawidd6/action-download-artifact@v8
20
20
with :
21
21
workflow : docs-build.yml
22
22
name : docs-build
You can’t perform that action at this time.
0 commit comments