8080 - 6379:6379
8181
8282 steps :
83- - uses : actions/checkout@v5
83+ - uses : actions/checkout@v6
8484 - uses : astral-sh/setup-uv@v7
8585 with :
8686 version : " latest"
@@ -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
@@ -168,8 +168,8 @@ jobs:
168168 OS : ${{ matrix.os }}
169169
170170 steps :
171- - uses : actions/checkout@v5
172- - uses : actions/download-artifact@v6
171+ - uses : actions/checkout@v6
172+ - uses : actions/download-artifact@v7
173173 with :
174174 name : coverage_${{ matrix.os }}_${{ matrix.tests-env }}
175175 path : .
@@ -185,7 +185,7 @@ jobs:
185185 name : Build docker image
186186 runs-on : ubuntu-latest
187187 steps :
188- - uses : actions/checkout@v5
188+ - uses : actions/checkout@v6
189189
190190 - name : Set up Docker Buildx
191191 id : buildx
@@ -224,7 +224,7 @@ jobs:
224224 DISTRO : ubuntu:${{ matrix.os }}
225225
226226 steps :
227- - uses : actions/checkout@v5
227+ - uses : actions/checkout@v6
228228 - name : Prepare versioning
229229 run : |
230230 grep '^[0-9]\+\.[0-9]\+\.[0-9]\+$' VERSION || sed -i 's/+dev/.ubuntu'$CODE'~dev'$GITHUB_RUN_ID'/' debian/changelog
@@ -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 : |
@@ -266,7 +266,7 @@ jobs:
266266 - postgres:/var/lib/postgresql/data
267267
268268 steps :
269- - uses : actions/checkout@v5
269+ - uses : actions/checkout@v6
270270
271271 - name : Download image
272272@@ -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,8 +355,8 @@ jobs:
355355 --health-cmd pg_isready
356356
357357 steps :
358- - uses : actions/checkout@v5
359- - uses : actions/download-artifact@v6
358+ - uses : actions/checkout@v6
359+ - uses : actions/download-artifact@v7
360360 with :
361361 name : ${{ matrix.os }}
362362
@@ -407,7 +407,7 @@ jobs:
407407 continue-on-error : false
408408
409409 - name : Archive results as artifacts
410- uses : actions/upload-artifact@v5
410+ uses : actions/upload-artifact@v6
411411 with :
412412 name : cypress-${{ matrix.code }}
413413 path : |
@@ -420,17 +420,17 @@ jobs:
420420 needs : [ test, e2e_docker_image, build_deb, e2e_deb ]
421421 if : ${{ github.event_name != 'pull_request' }}
422422 steps :
423- - uses : actions/checkout@v5
423+ - uses : actions/checkout@v6
424424
425425 - name : Download 24.04 debian artifact
426426 if : ${{ github.event_name == 'release' && github.event.action == 'created' }}
427- uses : actions/download-artifact@v6
427+ uses : actions/download-artifact@v7
428428 with :
429429 name : noble
430430
431431 - name : Download 26.04 debian artifact
432432 if : ${{ github.event_name == 'release' && github.event.action == 'created' }}
433- uses : actions/download-artifact@v6
433+ uses : actions/download-artifact@v7
434434 with :
435435 name : resolute
436436
0 commit comments