Skip to content

Commit

Permalink
upgrade deploy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Oct 27, 2023
1 parent b75eb96 commit ee80aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build | React Build
run: npm run build
- name: Build | Upload Artifact
uses: actions/upload-pages-artifact@v1.0.4
uses: actions/upload-pages-artifact@v2
with:
path: build
retention-days: 30
Expand All @@ -80,4 +80,4 @@ jobs:
steps:
- name: Deploy | GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2

0 comments on commit ee80aca

Please sign in to comment.