From 54730e7906bc091a718e87b24a031616dc1e4dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 04:47:58 +0000 Subject: [PATCH] :arrow_up: Bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8a9491..a50d28c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -124,7 +124,7 @@ jobs: - uses: actions/checkout@v3 - name: Download frontend files - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: frontend path: ./src/plugins/nonebot_bison/admin_page/dist @@ -185,7 +185,7 @@ jobs: - uses: actions/checkout@v3 - name: Download frontend files - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: frontend path: ./src/plugins/nonebot_bison/admin_page/dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 549f58a..15c65b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - name: Download frontend files - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: frontend path: ./nonebot_bison/admin_page/dist @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v3 - name: Download frontend files - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: frontend path: ./nonebot_bison/admin_page/dist