chore: remove warning (#197)

* fix: remove warning

* chore: update
This commit is contained in:
xrkffgg
2024-11-01 17:17:17 +08:00
committed by GitHub
parent f3eb0a0a96
commit 26a4993608
3 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
name: Preview Build
on:
on:
pull_request:
types: [opened, synchronize, reopened]
@@ -22,7 +22,7 @@ jobs:
zip -r dist.zip docs-dist
- name: upload dist artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist.zip
@@ -34,7 +34,7 @@ jobs:
- name: Upload PR number
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pr
path: ./pr-id.txt