mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
[github] try upgrade workflow
This commit is contained in:
parent
74a4958959
commit
3555f72203
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -30,9 +30,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.20.0
|
||||
go-version: 1.24.0
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
# run: go test -v ./...
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: |
|
||||
conf/**/*
|
||||
|
Loading…
Reference in New Issue
Block a user