Skip to content

Commit d381b79

Browse files
chore: bump version
1 parent 79a8220 commit d381b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn build
2626

2727
- name: Upload build artifacts
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: build
3131
path: ./dist
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Download build artifacts
39-
uses: actions/download-artifact@v3
39+
uses: actions/download-artifact@v4
4040
with:
4141
name: build
4242

0 commit comments

Comments
 (0)