Skip to content

Commit

Permalink
🛠️: upgrade deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
linusha authored and merryman committed Jan 31, 2025
1 parent 154aad1 commit c43a3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cp doc-style/logo.svg docs/logo.svg
cp lively.morphic/assets/favicon.ico docs/favicon.ico
- name: Upload Documentation Build
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: docs
path: docs/
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
with:
artifact_name: docs
cleanup:
Expand Down

0 comments on commit c43a3a8

Please sign in to comment.