Skip to content

Commit

Permalink
Merge pull request #29 from pho3nixf1re/updates
Browse files Browse the repository at this point in the history
update-actions
  • Loading branch information
pho3nixf1re authored Jan 18, 2025
2 parents c70055f + 774abea commit 1ba8bb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-windows-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'pho3nixf1re.net': patch
---

update github actions dependencies
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./out

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

0 comments on commit 1ba8bb1

Please sign in to comment.