diff --git a/.github/workflows/run_periodic_tests.yml b/.github/workflows/run_periodic_tests.yml index 5b141a65f6..a8e7e35f9c 100644 --- a/.github/workflows/run_periodic_tests.yml +++ b/.github/workflows/run_periodic_tests.yml @@ -101,7 +101,9 @@ jobs: - name: Upload coverage report if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Run integration tests run: python -m nox -s integration diff --git a/.github/workflows/test_on_push.yml b/.github/workflows/test_on_push.yml index 6639f3498a..a87368d431 100644 --- a/.github/workflows/test_on_push.yml +++ b/.github/workflows/test_on_push.yml @@ -177,7 +177,9 @@ jobs: run: python -m nox -s coverage - name: Upload coverage report - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} run_integration_tests: needs: style diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index ceab4bef52..85f85cebe8 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -82,7 +82,7 @@ jobs: # create a pull request updating versions in develop - name: Create Pull Request id: version_pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: delete-branch: true branch-suffix: short-commit-hash diff --git a/.github/workflows/work_precision_sets.yml b/.github/workflows/work_precision_sets.yml index ba587b6d89..fafc5b1738 100644 --- a/.github/workflows/work_precision_sets.yml +++ b/.github/workflows/work_precision_sets.yml @@ -27,7 +27,7 @@ jobs: python benchmarks/work_precision_sets/time_vs_reltols.py python benchmarks/work_precision_sets/time_vs_abstols.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: delete-branch: true branch-suffix: short-commit-hash