Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- name: Mint app token
id: app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# `directory: ./coverage` picks up the per-package lcov files
# that bun test --coverage writes into each workspace.
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v6
if: ${{ !cancelled() }}
with:
flags: bun
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# Codecov upload (#471) — same as the bun job but for the
# Python SDK's coverage.xml.
- name: Upload Python coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v6
if: ${{ !cancelled() }}
with:
flags: python
Expand Down