File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 goarch : arm64
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232
3333 - name : Setup Go
34- uses : actions/setup-go@v4
34+ uses : actions/setup-go@v5
3535 with :
3636 go-version : ' 1.22'
3737
4545 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ./build/freechatgpt-${{ matrix.goos }}-${{ matrix.goarch }}$suffix
4646
4747 - name : Upload artifacts
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : freechatgpt-${{ matrix.goos }}-${{ matrix.goarch }}
5151 path : ./build/freechatgpt-${{ matrix.goos }}-${{ matrix.goarch }}*
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - run : |
1616 echo "本次构建的版本为:${GITHUB_REF_NAME} (但是这个变量目前上下文中无法获取到)"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v3
20+ uses : actions/setup-go@v5
2121 with :
2222 go-version : 1.22
2323
You can’t perform that action at this time.
0 commit comments