diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2fbde2..f92fa43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,5 +31,5 @@ jobs: - run: npm test - run: npm run semantic-release-dry-run - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.0.0 if: matrix.reportCoverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ebdb32..eb3d011 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Test run: npm test - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.0.0 - name: Generate Docs run: npm run generate-docs - name: Release