We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97a689 commit 18f54a8Copy full SHA for 18f54a8
1 file changed
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build
32
run: npx vite build
33
- name: Upload a Build Artifact
34
- uses: actions/upload-artifact@v3.0.0
+ uses: actions/upload-artifact@v4
35
with:
36
name: dist
37
path: dist
@@ -40,7 +40,7 @@ jobs:
40
env:
41
VITE_EMBEDDED_BUILD: true
42
- name: Upload a Build Artifact for Embedded
43
44
45
name: dist-embedded
46
@@ -53,7 +53,7 @@ jobs:
53
54
fetch-depth: 0
55
- name: Download Artifact from latest build
56
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
57
58
59
0 commit comments