Skip to content

Commit

Permalink
chore(gha): bump actions/deploy-pages from 3 to 4 (#39)
Browse files Browse the repository at this point in the history
Requires to bump actions/upload-pages-artifact from 2 to 3.
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 21c5f43 commit 9af941c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Path of the directory containing the static assets.
path: ./dist
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 9af941c

Please sign in to comment.