We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23af134 commit 59f3b8fCopy full SHA for 59f3b8f
.github/workflows/push.yml
@@ -10,11 +10,11 @@ jobs:
10
- name: Setup Go
11
uses: actions/setup-go@v2
12
with:
13
- go-version: '1.16'
+ go-version: "1.16"
14
- name: Run build
15
run: go build .
16
- name: upload artifact of build output
17
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
18
19
name: build
20
path: worker
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
- name: Run go vet
31
run: go vet .
32
@@ -49,7 +49,7 @@ jobs:
49
- name: Checkout
50
uses: actions/checkout@v2
51
- name: Download build artifact
52
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
53
54
55
path: .
0 commit comments