File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11- - uses : actions/setup-go@v4
11+ - uses : actions/setup-go@v5
1212 with :
1313 go-version : " 1.17"
1414 - run : make test
@@ -17,11 +17,11 @@ jobs:
1717 needs : test
1818 steps :
1919 - uses : actions/checkout@v4
20- - uses : actions/setup-go@v4
20+ - uses : actions/setup-go@v5
2121 with :
2222 go-version : " 1.17"
2323 - run : make build-linux
24- - uses : actions/upload-artifact@v3
24+ - uses : actions/upload-artifact@v4
2525 with :
2626 name : bin
2727 path : bin/
3131 runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v4
34- - uses : actions/download-artifact@v3
34+ - uses : actions/download-artifact@v4
3535 with :
3636 name : bin
3737 path : bin/
4848 tags : |
4949 type=semver,pattern={{raw}}
5050 type=sha,prefix=,format=long,
51- - uses : docker/build-push-action@v5
51+ - uses : docker/build-push-action@v6
5252 with :
5353 context : .
5454 labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments