Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Dec 17, 2024
1 parent 401de74 commit 07c0f52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
cache: false
- run: go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
name: Install dependencies

Expand All @@ -32,7 +33,7 @@ jobs:
SEMVER: ${{ env.RELEASE_VERSION }}

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: dist/*
Expand Down

0 comments on commit 07c0f52

Please sign in to comment.