File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 # Exclude all of the grpc_service_config package (it is generated).
3333 run : go mod download && go vet $(go list ./... | grep -v 'grpc_service_config') > govet.txt && ! [ -s govet.txt ]
3434 if : ${{ always() }}
35- - uses : actions/upload-artifact@v5
35+ - uses : actions/upload-artifact@v6
3636 if : ${{ always() }}
3737 with :
3838 name : linting-results
Original file line number Diff line number Diff line change 3838 - name : Prepare repositories.bzl payload
3939 if : steps.update.outputs.changed
4040 run : tar czf repos.tgz repositories.bzl
41- - uses : actions/upload-artifact@v5
41+ - uses : actions/upload-artifact@v6
4242 if : steps.update.outputs.changed
4343 with :
4444 name : repositories
5151 - uses : actions/checkout@v4
5252 with :
5353 ref : main
54- - uses : actions/download-artifact@v6
54+ - uses : actions/download-artifact@v7
5555 with :
5656 name : repositories
5757 - name : Expand repositories archive
You can’t perform that action at this time.
0 commit comments