Skip to content

Commit

Permalink
Update upload-pages-artifact and deploy-pages in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrecachinas authored Nov 27, 2024
1 parent 6210c76 commit fd33afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
skip_checkout: true
push_options: '--force'
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3.0.1
with:
path: ./out

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

0 comments on commit fd33afd

Please sign in to comment.