Skip to content

Commit

Permalink
🔨 chore: update codecov/codecov-action action to v4 (lobehub#1214)
Browse files Browse the repository at this point in the history
* Update codecov/codecov-action action to v4

* Update release.yml (lobehub#1673)

* Update test.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <[email protected]>
  • Loading branch information
renovate[bot] and arvinxx authored Mar 22, 2024
1 parent 0b1d4cd commit 03757c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Install bun
uses: oven-sh/setup-bun@v1
with:
bun-version: ${{ secrets.BUN_VERSION }}

- name: Install deps
run: bun i
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:

- name: Install bun
uses: oven-sh/setup-bun@v1
with:
bun-version: ${{ secrets.BUN_VERSION }}

- name: Install deps
run: bun i
Expand All @@ -20,4 +22,4 @@ jobs:
run: bun run test:coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 03757c7

Please sign in to comment.