Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jul 8, 2024
1 parent 10804f0 commit cbbfc88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download dist artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-${{ inputs.build-env }}

Expand All @@ -150,7 +150,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download static artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: static-${{ inputs.build-env }}
path: .next/static
Expand All @@ -171,7 +171,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download public artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: public-${{ inputs.build-env }}
path: public
Expand Down

0 comments on commit cbbfc88

Please sign in to comment.