diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b50d484e23..c2960e61fd 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -23,7 +23,7 @@ jobs: - name: Cancel Previous Runs # Only cancel non-master branch runs if: ${{ github.ref != 'refs/heads/master' }} - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 330afb162d..2046c4c31d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: - name: Cancel Previous Runs # Only cancel non-master branch runs if: ${{ github.ref != 'refs/heads/master' }} - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} test: @@ -66,5 +66,6 @@ jobs: - name: Upload to codecov.io uses: codecov/codecov-action@v2 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7af1c03194..d2fa5b840a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Cancel Previous Runs # Only cancel non-master branch runs if: ${{ github.ref != 'refs/heads/master' }} - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} build: diff --git a/.github/workflows/test.yml.src b/.github/workflows/test.yml.src index da3e005912..22a1f9eb9d 100644 --- a/.github/workflows/test.yml.src +++ b/.github/workflows/test.yml.src @@ -22,7 +22,7 @@ jobs: - name: Cancel Previous Runs # Only cancel non-master branch runs if: ${{ github.ref != 'refs/heads/master' }} - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} build: &setup