File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9595 go mod download
9696
9797 - name : Download release artifacts
98- uses : actions/download-artifact@v5
98+ uses : actions/download-artifact@v6
9999 with :
100100 name : release-artifacts
101101 path : .tarballs
Original file line number Diff line number Diff line change 5353 run : CGO_APPS=1 make crossbuild-test
5454
5555 - name : Upload go build artifacts
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 with :
5858 name : build-artifacts
5959 # Here we add .tarballs to path even if there is no .tarballs. This is to be
Original file line number Diff line number Diff line change 6363 promu checksum .tarballs
6464
6565 - name : Upload go build artifacts
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v5
6767 with :
6868 name : build-artifacts
6969 path : |
Original file line number Diff line number Diff line change 5151 fi
5252
5353 - name : Download go build artifacts
54- uses : actions/download-artifact@v5
54+ uses : actions/download-artifact@v6
5555 with :
5656 name : build-artifacts
5757
Original file line number Diff line number Diff line change 2121 run : go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
2222
2323 - name : Download go build artifacts
24- uses : actions/download-artifact@v5
24+ uses : actions/download-artifact@v6
2525 with :
2626 name : build-artifacts
2727
4444 run : ./scripts/packaging.sh -v ${{ steps.vars.outputs.version }} -t
4545
4646 - name : Upload release artifacts
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v5
4848 with :
4949 name : release-artifacts
5050 path : .tarballs
You can’t perform that action at this time.
0 commit comments