Skip to content

Commit

Permalink
Update hacim.yml
Browse files Browse the repository at this point in the history
patch: moving deprecated upload to v4
  • Loading branch information
wanghalan authored Jan 24, 2025
1 parent cc90d88 commit d99ceda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hacim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ jobs:
git commit -m "generating dashboard"
git push
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4
with:
# Upload entire repository
path: 'parent/${{ github.event.repository.name }}/docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit d99ceda

Please sign in to comment.