fix: downgrade actions/upload-artifact and actions/download-artifact to v3
Some checks failed
CI/CD Pipeline / build (push) Successful in 2m5s
CI/CD Pipeline / deploy (push) Failing after 1m10s

This commit is contained in:
2026-04-14 21:41:13 +02:00
parent 626eae4139
commit 7939cdc211

View File

@@ -32,7 +32,7 @@ jobs:
echo $TAG > tag.txt echo $TAG > tag.txt
- name: Spremi image tag - name: Spremi image tag
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: image-tag name: image-tag
path: tag.txt path: tag.txt
@@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Preuzmi image tag - name: Preuzmi image tag
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: image-tag name: image-tag