Skip to content

Commit

Permalink
fix: ci artifact version (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv authored Sep 17, 2024
1 parent e7cd115 commit ad70d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: yarn build-prod

- name: Save build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-production
path: build
Expand All @@ -87,7 +87,7 @@ jobs:
uses: actions/checkout@v2

- name: Restore build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-production
path: build
Expand Down

0 comments on commit ad70d1f

Please sign in to comment.