From a4470a6e7e3a15188e42d3c2d7afd0e72f561699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20the=20actions-updat?= =?UTF-8?q?e=20group=20with=203=20updates=20(#463)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the actions-update group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-update - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-update - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-update ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 10 +++++----- .github/workflows/release.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2aeb2a6..a9ee6dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: uses: ./.github/actions/build-frontend - name: Upload dist - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: frontend path: ./admin-frontend/build/ @@ -78,7 +78,7 @@ jobs: run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare and not render' -n auto - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: smoke-test env_vars: OS,PYTHON_VERSION @@ -111,7 +111,7 @@ jobs: run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare' -n auto - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: all-test env_vars: OS,PYTHON_VERSION @@ -124,7 +124,7 @@ jobs: - uses: actions/checkout@v4 - name: Download frontend files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: frontend path: ./src/plugins/nonebot_bison/admin_page/dist @@ -185,7 +185,7 @@ jobs: - uses: actions/checkout@v4 - name: Download frontend files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: frontend path: ./src/plugins/nonebot_bison/admin_page/dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6efa27b..c6097f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: uses: ./.github/actions/build-frontend - name: Upload dist - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: frontend path: ./admin-frontend/build/ @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - name: Download frontend files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: frontend path: ./nonebot_bison/admin_page/dist @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v4 - name: Download frontend files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: frontend path: ./nonebot_bison/admin_page/dist