We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c896325 commit 2bbc511Copy full SHA for 2bbc511
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: yarn build
25
26
- name: Upload frontend artifact
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: frontend-dist
30
path: dist
@@ -55,7 +55,7 @@ jobs:
55
go-version: '1.21'
56
57
- name: Download frontend artifact
58
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
59
60
61
path: go/dist
0 commit comments