Skip to content

Commit

Permalink
hopeful fix for deprecated actions/upload-pages-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
geira committed Jan 23, 2025
1 parent 94d7122 commit 679c878
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
path: _site
overwrite: true

# Deployment job
deploy:
Expand Down

0 comments on commit 679c878

Please sign in to comment.