Skip to content

Commit d8766b3

Browse files
authored
Update github-actions (#88)
2 parents 83590b0 + f07508d commit d8766b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
path: dist
5353

5454
- name: Attest build provenance
55-
uses: actions/attest-build-provenance@v1
55+
uses: actions/attest-build-provenance@v2
5656
with:
5757
subject-path: "dist/*"
5858

@@ -83,7 +83,7 @@ jobs:
8383
path: dist
8484

8585
- name: Attest build provenance
86-
uses: actions/attest-build-provenance@v1
86+
uses: actions/attest-build-provenance@v2
8787
with:
8888
subject-path: "dist/*"
8989

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uvx --with tox-uv tox -e py
3535
3636
- name: Upload coverage
37-
uses: codecov/codecov-action@v5.0.7
37+
uses: codecov/codecov-action@v5.1.2
3838
with:
3939
flags: ${{ matrix.os }}
4040
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)