Skip to content

Commit 59f3b8f

Browse files
committed
ci: update download-artifact action
1 parent 23af134 commit 59f3b8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
- name: Setup Go
1111
uses: actions/setup-go@v2
1212
with:
13-
go-version: '1.16'
13+
go-version: "1.16"
1414
- name: Run build
1515
run: go build .
1616
- name: upload artifact of build output
17-
uses: actions/upload-artifact@v2
17+
uses: actions/upload-artifact@v4
1818
with:
1919
name: build
2020
path: worker
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Go
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: '1.16'
29+
go-version: "1.16"
3030
- name: Run go vet
3131
run: go vet .
3232

@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout
5050
uses: actions/checkout@v2
5151
- name: Download build artifact
52-
uses: actions/download-artifact@v2
52+
uses: actions/download-artifact@v4
5353
with:
5454
name: build
5555
path: .

0 commit comments

Comments
 (0)