Skip to content

Commit 4b07b99

Browse files
committed
chore(github): use upload-artifact@v4
1 parent a276d0b commit 4b07b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm run build:release
2626
- name: Archive build output
2727
if: github.event_name != 'merge_group'
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: build-results
3131
path: dist

0 commit comments

Comments
 (0)