Skip to content

Commit f2da622

Browse files
authored
Merge pull request #12 from OpenOrbis/kiwidoggie-patch-1
Update create-fself.yml
2 parents 536b2d2 + a7f8690 commit f2da622

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/create-fself.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
name: create-fself
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@v2
18+
uses: actions/setup-go@v5
1919
with:
2020
go-version: 1.17
2121

@@ -39,19 +39,19 @@ jobs:
3939
GOOS=darwin go build -o ../../build/create-fself-macos -modfile=go-linux.mod
4040
4141
- name: Upload windows version
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: create-fself.exe
4545
path: build/create-fself.exe
4646

4747
- name: Upload linux version
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: create-fself
5151
path: build/create-fself
5252

5353
- name: Upload macOS version
54-
uses: actions/upload-artifact@v2
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: create-fself-macos
5757
path: build/create-fself-macos

0 commit comments

Comments
 (0)