Skip to content

Commit

Permalink
Updated upload-pages-artifact and deploy-pages to v4 due to deprecati…
Browse files Browse the repository at this point in the history
…on notice.
  • Loading branch information
vegetableman committed Jan 31, 2025
1 parent d3595ac commit f04fe70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cp -R ./public/admin/ ./out/
rm ./out/admin/.gitignore
- name: Create Pages Artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: './out/'

Expand All @@ -52,4 +52,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit f04fe70

Please sign in to comment.