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 @@ -123,7 +123,7 @@ jobs:
123123 needs : [ build ]
124124 steps :
125125 - uses : actions/checkout@v5
126- - uses : actions/download-artifact@v5
126+ - uses : actions/download-artifact@v6
127127 if : ${{ matrix.distro != 'docker' }}
128128 with :
129129 name : debian-${{ matrix.distro }}
@@ -209,17 +209,17 @@ jobs:
209209 - uses : actions/checkout@v5
210210
211211 - name : Download 20.04 debian artifact
212- uses : actions/download-artifact@v5
212+ uses : actions/download-artifact@v6
213213 with :
214214 name : debian-focal
215215
216216 - name : Download 22.04 debian artifact
217- uses : actions/download-artifact@v5
217+ uses : actions/download-artifact@v6
218218 with :
219219 name : debian-jammy
220220
221221 - name : Download 24.04 debian artifact
222- uses : actions/download-artifact@v5
222+ uses : actions/download-artifact@v6
223223 with :
224224 name : debian-noble
225225
You can’t perform that action at this time.
0 commit comments