Skip to content

Commit

Permalink
upgrade actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdhs committed Oct 12, 2023
1 parent 7d65591 commit 0ecef4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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/*
Expand Down

0 comments on commit 0ecef4a

Please sign in to comment.