We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83590b0 + f07508d commit d8766b3Copy full SHA for d8766b3
.github/workflows/deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
path: dist
53
54
- name: Attest build provenance
55
- uses: actions/attest-build-provenance@v1
+ uses: actions/attest-build-provenance@v2
56
with:
57
subject-path: "dist/*"
58
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
uvx --with tox-uv tox -e py
35
36
- name: Upload coverage
37
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.2
38
39
flags: ${{ matrix.os }}
40
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
0 commit comments