File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 GOOS=linux GOARCH=amd64 go build -o aprendago cmd/aprendago/main.go
3232
3333 - name : Upload Linux build artifact
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : aprendago
3737 path : aprendago
4242 needs : build
4343 steps :
4444 - name : Download Linux build artifact
45- uses : actions/download-artifact@v3
45+ uses : actions/download-artifact@v4
4646 with :
4747 name : aprendago
4848 path : ./artifacts
Original file line number Diff line number Diff line change 3131 GOOS=linux GOARCH=amd64 go build -o aprendago cmd/aprendago/main.go
3232
3333 - name : Upload macOS build artifact
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : aprendago
3737 path : aprendago
4242 needs : build
4343 steps :
4444 - name : Download macOS build artifact
45- uses : actions/download-artifact@v3
45+ uses : actions/download-artifact@v4
4646 with :
4747 name : aprendago
4848 path : ./artifacts
Original file line number Diff line number Diff line change 3131 GOOS=windows GOARCH=amd64 go build -o aprendago.exe cmd/aprendago/main.go
3232
3333 - name : Upload Windows build artifact
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : aprendago.exe
3737 path : aprendago.exe
4242 needs : build
4343 steps :
4444 - name : Download Windows build artifact
45- uses : actions/download-artifact@v3
45+ uses : actions/download-artifact@v4
4646 with :
4747 name : aprendago.exe
4848 path : ./artifacts
You can’t perform that action at this time.
0 commit comments