Skip to content

Commit d9e8068

Browse files
committed
chore: upgrade actions/upload-artifact to v4 in integration-test.yml
1 parent 48940ff commit d9e8068

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -74,7 +74,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)