fix: downgrade artifact actions to v3
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m47s
CI/CD Pipeline / deploy (push) Failing after 52s

This commit is contained in:
2026-05-02 16:53:22 +02:00
parent 7d2764fe7a
commit f86565da6d

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout koda - name: Checkout koda
uses: actions/checkout@v4 uses: actions/checkout@v3
- name: Login u Gitea registry - name: Login u Gitea registry
run: | run: |
@@ -30,7 +30,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
@@ -40,10 +40,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout koda - name: Checkout koda
uses: actions/checkout@v4 uses: actions/checkout@v3
- 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