diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fce8cd6..1f77a13 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -32,7 +32,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 @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Preuzmi image tag - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: image-tag