diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ca189e..a3ef635 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: E2E_PRIVATE_KEY_B64: ${{ secrets.E2E_PRIVATE_KEY_B64 }} - run: npm run semantic-release-dry-run - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v6.0.0 if: matrix.reportCoverage with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2aacb85..21088d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: E2E_IMS_ORG_ID: ${{ secrets.E2E_IMS_ORG_ID }} E2E_PRIVATE_KEY_B64: ${{ secrets.E2E_PRIVATE_KEY_B64 }} - name: Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Release