Skip to content

Commit

Permalink
Update github-actions (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 1, 2025
2 parents 222a985 + f7f3821 commit 260caff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: dist

- name: Attest build provenance
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: "dist/*"

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
path: dist

- name: Attest build provenance
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: "dist/*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git diff --name-only --exit-code
- name: Upload coverage
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.2
with:
flags: ${{ matrix.os }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 260caff

Please sign in to comment.