diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47176d4..2ad3b39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,4 +52,4 @@ jobs: - name: test run: pnpm run test:coverage - name: codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d112c3f..f34d64e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,4 +59,4 @@ jobs: --ci - name: codecov # Perform after version publishing if: steps.test.outcome == 'success' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6