Skip to content

Commit 18f54a8

Browse files
committed
fix(ci): sync artifact relative action version
1 parent b97a689 commit 18f54a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: npx vite build
3333
- name: Upload a Build Artifact
34-
uses: actions/upload-artifact@v3.0.0
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: dist
3737
path: dist
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
VITE_EMBEDDED_BUILD: true
4242
- name: Upload a Build Artifact for Embedded
43-
uses: actions/upload-artifact@v3.0.0
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: dist-embedded
4646
path: dist
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
- name: Download Artifact from latest build
56-
uses: actions/download-artifact@v4.1.7
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: dist
5959
path: dist

0 commit comments

Comments
 (0)