Skip to content

Commit 062abf6

Browse files
committed
update workflow
1 parent 3a04014 commit 062abf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ jobs:
4343
- name: Build
4444
run: npm run build
4545
- name: "Upload Artifact"
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
path: |
4949
packages/*/dist/
5050
packages/@apphosting/*/dist/
51+
packages/@apphosting/experimental/*/dist/
5152
retention-days: 1
5253
if-no-files-found: ignore
5354

0 commit comments

Comments
 (0)