We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b59f2d8 + aa4e3b4 commit f673e3aCopy full SHA for f673e3a
.github/workflows/cd.yml
@@ -37,7 +37,7 @@ jobs:
37
path: dist
38
39
- name: Generate artifact attestation for sdist and wheel
40
- uses: actions/attest-build-provenance@v1.4.4
+ uses: actions/attest-build-provenance@v2.0.1
41
with:
42
subject-path: "dist/*"
43
.github/workflows/ci.yml
@@ -65,6 +65,6 @@ jobs:
65
run: pixi run -e ${{ matrix.environment }} tests-ci
66
67
- name: Upload coverage report
68
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.1
69
70
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments