Skip to content

Commit

Permalink
chore: Update github action deps
Browse files Browse the repository at this point in the history
Signed-off-by: zu1k <i@zu1k.com>
  • Loading branch information
zu1k committed May 24, 2022
1 parent d2077e3 commit 3ed2bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.18.0'
go-version: '^1.18'

- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
draft: true
prerelease: true

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: startsWith(github.ref, 'refs/tags/')
with:
name: build
Expand Down

0 comments on commit 3ed2bf4

Please sign in to comment.