@@ -41,11 +41,11 @@ jobs:
4141 container : ghcr.io/mwilck/multipath-cross-debian_cross-${{ matrix.os }}-${{ matrix.arch }}
4242 steps :
4343 - name : checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v7
4545 - name : build
4646 run : make -j$(nproc) -Orecurse test-progs.tar
4747 - name : upload binary archive
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v7
4949 with :
5050 name : cross-${{ matrix.os }}-${{ matrix.arch }}
5151 path : test-progs.tar
@@ -72,13 +72,13 @@ jobs:
7272 run : echo CONTAINER_ARCH="arm/v7" >> $GITHUB_ENV
7373 if : matrix.arch == 'armhf'
7474 - name : download binary archive
75- uses : actions/download-artifact@v4
75+ uses : actions/download-artifact@v8
7676 with :
7777 name : cross-${{ matrix.os }}-${{ matrix.arch }}
7878 - name : unpack binary archive
7979 run : tar xfv test-progs.tar
8080 - name : enable foreign arch
81- uses : docker/setup-qemu-action@v2
81+ uses : docker/setup-qemu-action@v4
8282 with :
8383 image : tonistiigi/binfmt:latest
8484 - name : Set coredump pattern
@@ -103,7 +103,7 @@ jobs:
103103 run : make test-outputs.tar
104104 if : steps.test.outcome != 'success'
105105 - name : upload test outputs
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v7
107107 with :
108108 name : test-${{ matrix.os }}-${{ matrix.arch }}
109109 path : test-outputs.tar
@@ -138,13 +138,13 @@ jobs:
138138 run : echo CONTAINER_ARCH="arm/v7" >> $GITHUB_ENV
139139 if : matrix.arch == 'armhf'
140140 - name : download binary archive
141- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@v8
142142 with :
143143 name : cross-${{ matrix.os }}-${{ matrix.arch }}
144144 - name : unpack binary archive
145145 run : tar xfv test-progs.tar
146146 - name : enable foreign arch
147- uses : docker/setup-qemu-action@v2
147+ uses : docker/setup-qemu-action@v4
148148 with :
149149 image : tonistiigi/binfmt:latest
150150 - name : Set coredump pattern
@@ -172,7 +172,7 @@ jobs:
172172 run : make test-outputs.tar
173173 if : steps.root-test.outcome != 'success'
174174 - name : upload test outputs
175- uses : actions/upload-artifact@v4
175+ uses : actions/upload-artifact@v7
176176 with :
177177 name : root-test-${{ matrix.os }}-${{ matrix.arch }}
178178 path : test-outputs.tar
0 commit comments