feat: Upgrade GitHub Actions to v4 for greater stability (#304)

* ci: Upgrade GitHub Actions to v4 for greater stability

- Close #303
- Upgrade GitHub Actions to v4 in all workflows
- Fix zipping and uploading of Linux arm64 assets in release workflow
- Simplify and remove unnecessary steps in build workflow
This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2024-01-27 22:54:19 +08:00
parent 591b97ce6d
commit 700b981e5d
4 changed files with 12 additions and 17 deletions
+2 -2
View File
@@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set Golang
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.21.x"
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check spelling with custom config file
uses: crate-ci/typos@master