diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44c9c07..0a264b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,6 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release - name: Code Coverage - uses: codecov/codecov-action@v1.0.7 + uses: codecov/codecov-action@v1.2.2 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33ac01d..5dda04e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,6 @@ jobs: - name: Build run: npm run build - name: Code Coverage - uses: codecov/codecov-action@v1.0.7 + uses: codecov/codecov-action@v1.2.2 with: token: ${{ secrets.CODECOV_TOKEN }}