Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Loading