Skip to content

Commit 2bbc511

Browse files
committed
v2.1.4
1 parent c896325 commit 2bbc511

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

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

2626
- name: Upload frontend artifact
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: frontend-dist
3030
path: dist
@@ -55,7 +55,7 @@ jobs:
5555
go-version: '1.21'
5656

5757
- name: Download frontend artifact
58-
uses: actions/download-artifact@v3
58+
uses: actions/download-artifact@v4
5959
with:
6060
name: frontend-dist
6161
path: go/dist

0 commit comments

Comments
 (0)