Skip to content

Commit

Permalink
lib: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Mar 8, 2024
1 parent be55bef commit eaa81b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload demo artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./demo/dist/
retention-days: 7
Expand All @@ -55,4 +55,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit eaa81b1

Please sign in to comment.