File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,11 +176,11 @@ jobs:
176176 id : prepareSVN
177177 uses : ./.github/workflows/prepare-svn
178178
179- - uses : actions/download-artifact@v7
179+ - uses : actions/download-artifact@v8
180180 with :
181181 name : cpanfile-FHEM
182182
183- - uses : actions/download-artifact@v7
183+ - uses : actions/download-artifact@v8
184184 with :
185185 name : cpanfile-3rdParty
186186 path : 3rdParty
@@ -240,11 +240,11 @@ jobs:
240240 id : prepareSVN
241241 uses : ./.github/workflows/prepare-svn
242242
243- - uses : actions/download-artifact@v7
243+ - uses : actions/download-artifact@v8
244244 with :
245245 name : cpanfile-FHEM
246246
247- - uses : actions/download-artifact@v7
247+ - uses : actions/download-artifact@v8
248248 with :
249249 name : cpanfile-3rdParty
250250 path : 3rdParty
@@ -428,11 +428,11 @@ jobs:
428428 echo "IMAGE_VERSION=$( git describe --tags --dirty --match "v[0-9]*")" >> $GITHUB_OUTPUT
429429 id : gitVars
430430
431- - uses : actions/download-artifact@v7
431+ - uses : actions/download-artifact@v8
432432 with :
433433 name : cpanfile-FHEM
434434
435- - uses : actions/download-artifact@v7
435+ - uses : actions/download-artifact@v8
436436 with :
437437 name : cpanfile-3rdParty
438438 path : 3rdParty
You can’t perform that action at this time.
0 commit comments