We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0936a1 commit fe9549aCopy full SHA for fe9549a
.github/workflows/npm-publish-github-packages.yml
@@ -52,7 +52,7 @@ jobs:
52
- run: npm run build
53
54
- name: Upload build artifact
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
with:
57
name: servicestack-vue
58
path: |
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: npm run build && npm run build-minify
17
18
19
20
21
22
0 commit comments