From 21b56f17cb4c0c0ab853ecc5edd6085b83f76313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20Mayer?= <7984982+theMattCode@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:18:13 +0200 Subject: [PATCH] Bump actions/upload-artifact@v4 to v7 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a6553a..8be86aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: docker save "$image" --output dist/images/app-cockpit.tar - name: Upload cockpit image - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: image-app-cockpit path: dist/images/app-cockpit.tar @@ -154,7 +154,7 @@ jobs: docker save "$image" --output dist/images/service-backend.tar - name: Upload backend image - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: image-service-backend path: dist/images/service-backend.tar @@ -187,7 +187,7 @@ jobs: docker save "$postgres_image" "$gateway_image" --output dist/images/i12e.tar - name: Upload i12e images - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: images-i12e path: dist/images/i12e.tar @@ -353,7 +353,7 @@ jobs: .env.prod.example - name: Upload deploy bundle - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: central-deploy-${{ github.ref_name }} path: dist/central-deploy-${{ github.ref_name }}.tar.gz