File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 go build -buildvcs=false -o lxc-compose ./cmd/lxc-compose/
2727
2828 - name : Upload binary artifact
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : lxc-compose-binary
3232 path : lxc-compose
7474 sudo lxc-destroy -n test-basic || true
7575
7676 - name : Download binary artifact
77- uses : actions/download-artifact@v3
77+ uses : actions/download-artifact@v4
7878 with :
7979 name : lxc-compose-binary
8080
@@ -152,7 +152,7 @@ jobs:
152152 go build -buildvcs=false -o lxc-compose-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/lxc-compose/
153153
154154 - name : Upload multiarch binary
155- uses : actions/upload-artifact@v3
155+ uses : actions/upload-artifact@v4
156156 with :
157157 name : lxc-compose-${{ matrix.goos }}-${{ matrix.goarch }}
158158 path : lxc-compose-${{ matrix.goos }}-${{ matrix.goarch }}
@@ -166,7 +166,7 @@ jobs:
166166 - uses : actions/checkout@v4
167167
168168 - name : Download all artifacts
169- uses : actions/download-artifact@v3
169+ uses : actions/download-artifact@v4
170170
171171 - name : List artifacts
172172 run : |
You can’t perform that action at this time.
0 commit comments