@@ -50,13 +50,13 @@ jobs:
5050 run : task package-firmware TAG=${{ github.ref_name }}
5151
5252 - name : Upload runtime artifact
53- uses : actions/upload-artifact@v6
53+ uses : actions/upload-artifact@v7
5454 with :
5555 name : propolis-runtime-linux-${{ matrix.arch }}
5656 path : dist/propolis-runtime-linux-${{ matrix.arch }}.tar.gz
5757
5858 - name : Upload firmware artifact
59- uses : actions/upload-artifact@v6
59+ uses : actions/upload-artifact@v7
6060 with :
6161 name : propolis-firmware-linux-${{ matrix.arch }}
6262 path : dist/propolis-firmware-linux-${{ matrix.arch }}.tar.gz
@@ -99,13 +99,13 @@ jobs:
9999 run : task package-firmware-darwin TAG=${{ github.ref_name }}
100100
101101 - name : Upload runtime artifact
102- uses : actions/upload-artifact@v6
102+ uses : actions/upload-artifact@v7
103103 with :
104104 name : propolis-runtime-darwin-${{ matrix.arch }}
105105 path : dist/propolis-runtime-darwin-${{ matrix.arch }}.tar.gz
106106
107107 - name : Upload firmware artifact
108- uses : actions/upload-artifact@v6
108+ uses : actions/upload-artifact@v7
109109 with :
110110 name : propolis-firmware-darwin-${{ matrix.arch }}
111111 path : dist/propolis-firmware-darwin-${{ matrix.arch }}.tar.gz
@@ -120,7 +120,7 @@ jobs:
120120 uses : actions/checkout@v6
121121
122122 - name : Download all artifacts
123- uses : actions/download-artifact@v7
123+ uses : actions/download-artifact@v8
124124 with :
125125 merge-multiple : true
126126
@@ -151,12 +151,12 @@ jobs:
151151 - arch : arm64
152152 steps :
153153 - name : Download runtime artifact
154- uses : actions/download-artifact@v7
154+ uses : actions/download-artifact@v8
155155 with :
156156 name : propolis-runtime-linux-${{ matrix.arch }}
157157
158158 - name : Download firmware artifact
159- uses : actions/download-artifact@v7
159+ uses : actions/download-artifact@v8
160160 with :
161161 name : propolis-firmware-linux-${{ matrix.arch }}
162162
@@ -189,12 +189,12 @@ jobs:
189189 - arch : arm64
190190 steps :
191191 - name : Download runtime artifact
192- uses : actions/download-artifact@v7
192+ uses : actions/download-artifact@v8
193193 with :
194194 name : propolis-runtime-darwin-${{ matrix.arch }}
195195
196196 - name : Download firmware artifact
197- uses : actions/download-artifact@v7
197+ uses : actions/download-artifact@v8
198198 with :
199199 name : propolis-firmware-darwin-${{ matrix.arch }}
200200
0 commit comments