upgrade actions version
This commit is contained in:
parent
7d655911ab
commit
0ecef4a834
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -12,13 +12,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
@ -35,7 +35,7 @@ jobs:
|
||||
run: go test -tags="redis,sqlite" -race -v ./...
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: cmd/authlibskin/out/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user