Update workflow

This commit is contained in:
cyp0633 2024-03-02 10:48:03 +08:00
parent d59b6e7319
commit 74c6dfddff
1 changed files with 4 additions and 4 deletions

View File

@ -63,9 +63,9 @@ jobs:
CGO_ENABLED: 0
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.20.1
check-latest: true
@ -75,7 +75,7 @@ jobs:
-
name: Run UPX
uses: crazy-max/ghaction-upx@v2
uses: crazy-max/ghaction-upx@v3
with:
install-only: true
-
@ -85,7 +85,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.goos }}_${{ matrix.goarch }}
path: bin/${{ matrix.goos }}_${{ matrix.goarch }}/main