We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a2b28 commit 09cee91Copy full SHA for 09cee91
.github/workflows/test.yml
@@ -212,7 +212,7 @@ jobs:
212
version: ['22.04', '24.04']
213
214
steps:
215
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
216
with:
217
name: debian-${{ matrix.version }}
218
@@ -254,12 +254,12 @@ jobs:
254
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
255
256
- name: Download 22.04 debian artifact
257
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
258
259
name: debian-22.04
260
261
- name: Download 24.04 debian artifact
262
263
264
name: debian-24.04
265
0 commit comments