File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 run : |
8787 $(go env GOPATH)/bin/golangci-lint run --verbose --out-format 'checkstyle:golangci_lint.xml' --timeout=300s --new=false --new-from-rev= ./...
8888
89- - uses : actions/upload-artifact@v3
89+ - uses : actions/upload-artifact@v4
9090 if : ${{ always() }}
9191 with :
9292 name : golangci-report
Original file line number Diff line number Diff line change 2222 - uses : actions/setup-go@v3
2323 with :
2424 go-version : ${{ inputs.go }}
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626
2727 - name : Start Redis
2828 if : ${{ inputs.redis != '' }}
3737 mongodb-version : ' ${{ inputs.mongo }}'
3838
3939 - name : Cache
40- uses : actions/cache@v2
40+ uses : actions/cache@v3
4141 with :
4242 path : ~/go/pkg/mod
4343 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -67,11 +67,11 @@ jobs:
6767 gotestsum --junitfile ${coveragefile}.xml --raw-command go test ${OPTS} --json -timeout 15m -coverprofile=${coveragefile}.cov ${pkg} ${tags}
6868 done
6969
70- - uses : actions/upload-artifact@v3
70+ - uses : actions/upload-artifact@v4
7171 with :
7272 name : coverage
7373 path : " *cov"
74- - uses : actions/upload-artifact@v3
74+ - uses : actions/upload-artifact@v4
7575 if : ${{ always() }}
7676 with :
7777 name : junit
You can’t perform that action at this time.
0 commit comments