mirror of
https://github.com/imsyy/home.git
synced 2025-05-18 20:20:14 +09:00
Update build.yml ( upload-artifact@v3 deprecated )
upload-artifact@v3 deprecated
This commit is contained in:
parent
081834c3b1
commit
d8e3bd8809
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
# 上传构建产物
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Home
|
||||
path: dist
|
||||
|
Loading…
Reference in New Issue
Block a user