File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
17
17
steps :
18
18
- if : ${{ !startsWith(github.ref, 'refs/tags/v') }}
19
19
run : echo "flags=--snapshot" >> $GITHUB_ENV
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
- - uses : actions/setup-go@v4
23
+ - uses : actions/setup-go@v5
24
24
with :
25
25
go-version : stable
26
- - uses : goreleaser/goreleaser-action@v4
26
+ - uses : goreleaser/goreleaser-action@v6
27
27
with :
28
28
distribution : goreleaser
29
29
version : latest
30
30
args : release --clean ${{ env.flags }}
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
- - uses : actions/upload-artifact@v3
33
+ - uses : actions/upload-artifact@v4
34
34
with :
35
35
name : pping
36
36
path : dist/*
Original file line number Diff line number Diff line change
1
+ version : 2
1
2
env :
2
3
- GO111MODULE=on
3
4
before :
You can’t perform that action at this time.
0 commit comments