Skip to content

Commit

Permalink
fix actions/upload-pages-artifact@v4 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Feb 10, 2025
1 parent c4d0219 commit 460efdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ 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/_site/"

Expand Down

0 comments on commit 460efdb

Please sign in to comment.