diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3b84991..a94e667 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -52,7 +52,7 @@ jobs: } - name: Code coverage if: ${{ success() && contains(matrix.node-version, env.COV_NODE_VERSION) }} - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.0 - name: Confirm integration if: ${{ success() }} uses: actions/github-script@v6