diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc558ecf..f714430c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: run: tox -e test -- -m "unit or (not integration and not end_to_end)" --cov=src --cov=tests --cov-report=xml -n auto - name: Upload unit test coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: unit @@ -62,7 +62,7 @@ jobs: run: tox -e test -- -m integration --cov=src --cov=tests --cov-report=xml -n auto - name: Upload integration test coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: integration @@ -71,6 +71,6 @@ jobs: run: tox -e test -- -m end_to_end --cov=src --cov=tests --cov-report=xml -n auto - name: Upload end_to_end test coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: end_to_end diff --git a/.github/workflows/update-plugin-list.yml b/.github/workflows/update-plugin-list.yml index bf8d1c18..a011336f 100644 --- a/.github/workflows/update-plugin-list.yml +++ b/.github/workflows/update-plugin-list.yml @@ -37,7 +37,7 @@ jobs: run: python scripts/update_plugin_list.py - name: Create Pull Request - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 with: commit-message: '[automated] Update plugin list' author: 'Tobias Raabe '