@@ -149,7 +149,7 @@ jobs:
149149 ./venv/bin/coverage xml -o coverage.xml
150150
151151 - name : Save coverage
152- uses : actions/upload-artifact@v5
152+ uses : actions/upload-artifact@v6
153153 with :
154154 name : coverage_${{ matrix.os }}_${{ matrix.tests-env }}
155155 path : coverage.xml
@@ -169,7 +169,7 @@ jobs:
169169
170170 steps :
171171 - uses : actions/checkout@v6
172- - uses : actions/download-artifact@v6
172+ - uses : actions/download-artifact@v7
173173 with :
174174 name : coverage_${{ matrix.os }}_${{ matrix.tests-env }}
175175 path : .
@@ -236,7 +236,7 @@ jobs:
236236 cp ./dpkg/*.deb /home/runner/work/Geotrek-admin/
237237
238238 - name : Archive package artifact
239- uses : actions/upload-artifact@v5
239+ uses : actions/upload-artifact@v6
240240 with :
241241 name : ${{ matrix.os }}
242242 path : |
@@ -317,7 +317,7 @@ jobs:
317317 continue-on-error : false
318318
319319 - name : Archive results as artifacts
320- uses : actions/upload-artifact@v5
320+ uses : actions/upload-artifact@v6
321321 with :
322322 name : cypress-docker
323323 path : |
@@ -355,7 +355,7 @@ jobs:
355355
356356 steps :
357357 - uses : actions/checkout@v6
358- - uses : actions/download-artifact@v6
358+ - uses : actions/download-artifact@v7
359359 with :
360360 name : ${{ matrix.os }}
361361
@@ -406,7 +406,7 @@ jobs:
406406 continue-on-error : false
407407
408408 - name : Archive results as artifacts
409- uses : actions/upload-artifact@v5
409+ uses : actions/upload-artifact@v6
410410 with :
411411 name : cypress-${{ matrix.code }}
412412 path : |
@@ -423,13 +423,13 @@ jobs:
423423
424424 - name : Download 22.04 debian artifact
425425 if : ${{ github.event_name == 'release' && github.event.action == 'created' }}
426- uses : actions/download-artifact@v6
426+ uses : actions/download-artifact@v7
427427 with :
428428 name : jammy
429429
430430 - name : Download 24.04 debian artifact
431431 if : ${{ github.event_name == 'release' && github.event.action == 'created' }}
432- uses : actions/download-artifact@v6
432+ uses : actions/download-artifact@v7
433433 with :
434434 name : noble
435435
0 commit comments