File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments