Skip to content

Commit 27a29f6

Browse files
committed
update artifact actions
1 parent 227df96 commit 27a29f6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/artifacts-cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
working-directory: ./web
2828
run: yarn run build --base=/
2929
- name: Upload Artifcats
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: frontend
3333
path: web/dist/web
@@ -73,7 +73,7 @@ jobs:
7373
FNAME: ./bin/shinpuru-${{ matrix.goos }}-${{ matrix.goarch }}
7474
run: mv ${{ env.FNAME }} ${{ env.FNAME }}.exe
7575
- name: Upload Artifcats
76-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: shinpuru-${{ matrix.goos }}-${{ matrix.goarch }}
7979
path: bin/

.github/workflows/releases-cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: ./web
2525
run: yarn run build --base=/
2626
- name: Upload Artifcats
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: frontend
3030
path: web/dist/web
@@ -71,7 +71,7 @@ jobs:
7171
FNAME: ./bin/shinpuru-${{ matrix.goos }}-${{ matrix.goarch }}
7272
run: mv ${{ env.FNAME }} ${{ env.FNAME }}.exe
7373
- name: Upload Artifcats
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: backend
7777
path: bin/
@@ -109,7 +109,7 @@ jobs:
109109
FNAME: ./bin/setup-${{ matrix.goos }}-${{ matrix.goarch }}
110110
run: mv ${{ env.FNAME }} ${{ env.FNAME }}.exe
111111
- name: Upload Artifcats
112-
uses: actions/upload-artifact@v2
112+
uses: actions/upload-artifact@v4
113113
with:
114114
name: setup
115115
path: bin/

.github/workflows/setup-cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
FNAME: ./bin/setup-${{ matrix.goos }}-${{ matrix.goarch }}
4343
run: mv ${{ env.FNAME }} ${{ env.FNAME }}.exe
4444
- name: Upload Artifcats
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: setup
4848
path: bin/

0 commit comments

Comments
 (0)