Skip to content

Commit fe9549a

Browse files
committed
upgrade to upload-artifact@v4
1 parent e0936a1 commit fe9549a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish-github-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- run: npm run build
5353

5454
- name: Upload build artifact
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: servicestack-vue
5858
path: |

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: npm run build && npm run build-minify
1717

1818
- name: Upload build artifact
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: servicestack-vue
2222
path: |

0 commit comments

Comments
 (0)