Skip to content

Commit 3045d07

Browse files
chore(deps): update github artifact actions (#5828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c4e2ae commit 3045d07

File tree

4 files changed

+97
-97
lines changed

4 files changed

+97
-97
lines changed

.github/workflows/build-kube-ovn-base-dpdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Upload image to artifact
4747
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: image-amd64-dpdk-${{ matrix.branch }}
5151
path: image-amd64-dpdk.tar
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Download image
7575
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
76-
uses: actions/download-artifact@v5
76+
uses: actions/download-artifact@v6
7777
with:
7878
name: image-amd64-dpdk-${{ matrix.branch }}
7979

.github/workflows/build-kube-ovn-base.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Upload image to artifact
6767
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: image-${{ matrix.arch }}-${{ matrix.branch }}
7171
path: image-${{ matrix.arch }}.tar
@@ -95,13 +95,13 @@ jobs:
9595

9696
- name: Download image
9797
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
98-
uses: actions/download-artifact@v5
98+
uses: actions/download-artifact@v6
9999
with:
100100
name: image-amd64-${{ matrix.branch }}
101101

102102
- name: Download image
103103
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
104-
uses: actions/download-artifact@v5
104+
uses: actions/download-artifact@v6
105105
with:
106106
name: image-arm64-${{ matrix.branch }}
107107

.github/workflows/build-windows.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@ jobs:
166166
C:\msys64\usr\bin\bash.exe -lc "cd '%_ovn_dir%' && make install"
167167
168168
- name: Upload OVS
169-
uses: actions/upload-artifact@v4
169+
uses: actions/upload-artifact@v5
170170
with:
171171
name: ovs-win64
172172
path: ovs\windows\ovs-windows-installer\bin\x64\Release\OpenvSwitch.msi
173173

174174
- name: Upload OVN
175-
uses: actions/upload-artifact@v4
175+
uses: actions/upload-artifact@v5
176176
with:
177177
name: ovn-win64
178178
path: C:\ovn
@@ -220,7 +220,7 @@ jobs:
220220
make build-go-windows
221221
222222
- name: Upload Binaries
223-
uses: actions/upload-artifact@v4
223+
uses: actions/upload-artifact@v5
224224
with:
225225
name: kube-ovn-bin
226226
path: |
@@ -237,19 +237,19 @@ jobs:
237237
- uses: actions/checkout@v5
238238

239239
- name: Download Kube-OVN binaries
240-
uses: actions/download-artifact@v5
240+
uses: actions/download-artifact@v6
241241
with:
242242
name: kube-ovn-bin
243243
path: dist/windows
244244

245245
- name: Download OVS
246-
uses: actions/download-artifact@v5
246+
uses: actions/download-artifact@v6
247247
with:
248248
name: ovs-win64
249249
path: dist/windows
250250

251251
- name: Download OVN
252-
uses: actions/download-artifact@v5
252+
uses: actions/download-artifact@v6
253253
with:
254254
name: ovn-win64
255255
path: dist/windows/ovn
@@ -270,7 +270,7 @@ jobs:
270270
Copy-Item kube-ovn-daemon.exe -Destination kube-ovn/bin
271271
272272
- name: Upload package
273-
uses: actions/upload-artifact@v4
273+
uses: actions/upload-artifact@v5
274274
with:
275275
name: kube-ovn-win64
276276
path: |

0 commit comments

Comments
 (0)