@@ -129,14 +129,14 @@ jobs:
129129 echo "my_home=$HOME" >> $GITHUB_ENV
130130 - name : Archive artifacts
131131 if : always()
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v7
133133 with :
134134 name : Debian packages (source & binary)
135135 path : ~/Kalkun_${{ github.ref_name }}_debianBundle/*
136136 if-no-files-found : ignore
137137 - name : Archive artifacts
138138 if : always()
139- uses : actions/upload-artifact@v4
139+ uses : actions/upload-artifact@v7
140140 with :
141141 name : Debian packages (source & binary) tarball
142142 path : ~/Kalkun_${{ github.ref_name }}_debianBundle.tar
@@ -209,7 +209,7 @@ jobs:
209209 ls dist
210210 - name : Archive artifacts (all prebuilt packages)
211211 if : always()
212- uses : actions/upload-artifact@v4
212+ uses : actions/upload-artifact@v7
213213 with :
214214 name : Prebuilt packages (all)
215215 path : ' dist/'
@@ -226,7 +226,7 @@ jobs:
226226 steps :
227227 - name : Download artifact of 'prebuilt packages'
228228 if : always()
229- uses : actions/download-artifact@v4
229+ uses : actions/download-artifact@v8
230230 with :
231231 name : Prebuilt packages (all)
232232 path : ' dist/'
@@ -235,7 +235,7 @@ jobs:
235235 working-directory : ' dist'
236236 - name : Archive artifacts for ${{ matrix.version }}
237237 if : always()
238- uses : actions/upload-artifact@v4
238+ uses : actions/upload-artifact@v7
239239 with :
240240 name : Prebuilt package for PHP ${{ matrix.version }}
241241 path : ' dist/*forPHP${{ matrix.version }}.[tz]*'
@@ -248,13 +248,13 @@ jobs:
248248 steps :
249249 - name : Download artifact of 'prebuilt packages'
250250 if : startsWith(github.ref, 'refs/tags/')
251- uses : actions/download-artifact@v4
251+ uses : actions/download-artifact@v8
252252 with :
253253 name : Prebuilt packages (all)
254254 path : ' dist/'
255255 - name : Download artifact of 'Debian packages'
256256 if : startsWith(github.ref, 'refs/tags/')
257- uses : actions/download-artifact@v4
257+ uses : actions/download-artifact@v8
258258 with :
259259 name : Debian packages (source & binary) tarball
260260 path : ' dist/'
@@ -284,11 +284,11 @@ jobs:
284284 name : Delete temporary artifact
285285 runs-on : ubuntu-latest
286286 steps :
287- - uses : geekyeggo/delete-artifact@v2
287+ - uses : geekyeggo/delete-artifact@v6
288288 with :
289289 name : Prebuilt packages (all)
290290 failOnError : false
291- - uses : geekyeggo/delete-artifact@v2
291+ - uses : geekyeggo/delete-artifact@v6
292292 with :
293293 name : Debian packages (source & binary) tarball
294294 failOnError : false
0 commit comments