diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2fbde2..50da0a2 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.1.1 if: matrix.reportCoverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ebdb32..00ecb4c 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.1.1 - name: Generate Docs run: npm run generate-docs - name: Release