Skip to content

Commit

Permalink
chore: update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
z979054461 committed Mar 17, 2024
1 parent d369e64 commit 78d1a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: yarn build
- run: echo 'www.yuetianxiang.fun' > ./docs/.vuepress/dist/CNAME
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: github-pages
path: ./docs/.vuepress/dist
Expand Down

0 comments on commit 78d1a53

Please sign in to comment.