We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62985b2 commit 288698eCopy full SHA for 288698e
1 file changed
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
run: npm run build
25
26
- name: Upload production-ready build files
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v2
28
with:
29
name: production-files
30
path: ./dist
@@ -37,7 +37,7 @@ jobs:
37
38
steps:
39
- name: Download artifact
40
- uses: actions/download-artifact@v3
41
42
43
0 commit comments