Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wandyezj committed Feb 25, 2024
1 parent a99b299 commit e436d64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
steps:

# Setup
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
# Match Development Node Version
node-version: '20.x'
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Upload static files as artifact
if: inputs.upload
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: dist/

Expand All @@ -78,7 +78,7 @@ jobs:
if: inputs.test
run: npm run playwright-test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: inputs.test
with:
name: playwright-report
Expand Down

0 comments on commit e436d64

Please sign in to comment.