Skip to content

Commit

Permalink
using upload pages artifacts v3
Browse files Browse the repository at this point in the history
  • Loading branch information
CelleryLin authored Feb 3, 2025
1 parent a2084e5 commit 0c41da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node.js v20.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '20.x'

Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'client-website/dist'

Expand Down

0 comments on commit 0c41da8

Please sign in to comment.