diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d1cb91..f808da7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: 🃏 Run jest run: npm test -- --coverage=${{ matrix.coverage }} - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: ${{ matrix.coverage }} publish: