mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
⬆️ 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] <support@github.com>
This commit is contained in:
parent
8e3e19a729
commit
54730e7906
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download frontend files
|
- name: Download frontend files
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: frontend
|
name: frontend
|
||||||
path: ./src/plugins/nonebot_bison/admin_page/dist
|
path: ./src/plugins/nonebot_bison/admin_page/dist
|
||||||
@ -185,7 +185,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download frontend files
|
- name: Download frontend files
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: frontend
|
name: frontend
|
||||||
path: ./src/plugins/nonebot_bison/admin_page/dist
|
path: ./src/plugins/nonebot_bison/admin_page/dist
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download frontend files
|
- name: Download frontend files
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: frontend
|
name: frontend
|
||||||
path: ./nonebot_bison/admin_page/dist
|
path: ./nonebot_bison/admin_page/dist
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Download frontend files
|
- name: Download frontend files
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: frontend
|
name: frontend
|
||||||
path: ./nonebot_bison/admin_page/dist
|
path: ./nonebot_bison/admin_page/dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user