fix: downgrade upload and download artifact actions to v3 for compatibility
Build and Push Docker Image / test (push) Successful in 37s
Build and Push Docker Image / build (push) Successful in 3m1s
Build and Push Docker Image / push (push) Failing after 46s

This commit is contained in:
hwinkel
2026-05-09 15:32:37 +02:00
parent 28674fb023
commit 0547f6a41c
+2 -2
View File
@@ -86,7 +86,7 @@ jobs:
docker save $IMAGE -o ./docker-image/image.tar
- name: Upload Docker image
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: docker-image
path: ./docker-image/image.tar
@@ -112,7 +112,7 @@ jobs:
run: npm ci
- name: Download Docker image artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: docker-image
path: ./docker-image