From f86565da6d4e1c280508cdfd0e1111f942610773 Mon Sep 17 00:00:00 2001 From: sz11zs Date: Sat, 2 May 2026 16:53:22 +0200 Subject: [PATCH] fix: downgrade artifact actions to v3 --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6c17647..23172ca 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout koda - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Login u Gitea registry run: | @@ -30,7 +30,7 @@ jobs: echo $TAG > tag.txt - name: Spremi image tag - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: image-tag path: tag.txt @@ -40,10 +40,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout koda - uses: actions/checkout@v4 + uses: actions/checkout@v3 - name: Preuzmi image tag - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: image-tag