mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamAware-docs
synced 2025-04-29 13:46:41 +00:00
fix: 更新上传工件的 GitHub Actions 版本至 v4
This commit is contained in:
parent
80b1aa4390
commit
370653345e
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
INPUT_PATH: ./build
|
INPUT_PATH: ./build
|
||||||
|
|
||||||
- name: 上传工件
|
- name: 上传工件
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
path: ${{ runner.temp }}/artifact.tar
|
path: ${{ runner.temp }}/artifact.tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user