Skip to content

Commit

Permalink
ci: update download-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jan 23, 2025
1 parent 23af134 commit 4cecb9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: "1.16"
- name: Run build
run: go build .
- name: upload artifact of build output
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: "1.16"
- name: Run go vet
run: go vet .

Expand All @@ -49,7 +49,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Download build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
path: .
Expand Down

0 comments on commit 4cecb9e

Please sign in to comment.