diff --git a/.github/workflows/betapublish.yml b/.github/workflows/betapublish.yml index c373a4c..1052e8f 100644 --- a/.github/workflows/betapublish.yml +++ b/.github/workflows/betapublish.yml @@ -18,14 +18,13 @@ jobs: run: npm install - name: Test run: npm run test - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: files: coverage/*.json flags: unittests name: react-carousel-codecov fail_ci_if_error: true verbose: true - token: ${{ secrets.CODE_COV_API_TOKEN }} - name: Build run: npm run build - name: Publish diff --git a/.github/workflows/prchecks.yml b/.github/workflows/prchecks.yml index f9c46f4..502a6b9 100644 --- a/.github/workflows/prchecks.yml +++ b/.github/workflows/prchecks.yml @@ -22,14 +22,13 @@ jobs: run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose - name: Test run: npm run test - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: files: coverage/*.json flags: unittests name: react-carousel-codecov fail_ci_if_error: true verbose: true - token: ${{ secrets.CODE_COV_API_TOKEN }} lint: runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 431b8dc..825c9e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,14 +18,13 @@ jobs: run: npm install - name: Test run: npm run test - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: files: coverage/*.json flags: unittests name: react-carousel-codecov fail_ci_if_error: true verbose: true - token: ${{ secrets.CODE_COV_API_TOKEN }} - name: Build run: npm run build - name: Publish