diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8235ee..1f4ba1d 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 afa3d65..772dda3 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