From 68372405d652ecd3010e92e5b4f55a706f0814be Mon Sep 17 00:00:00 2001 From: Francwa Date: Mon, 22 Dec 2025 12:13:50 +0100 Subject: [PATCH] fix: downgraded upload-artifact action to v3 from v4 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7a6f2a0..96410d9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: args: image --format table --output trivy-report.txt --exit-code 0 --ignore-unfixed --severity CRITICAL,HIGH gitea.iswearihadsomethingforthis.net/francwa/${{ steps.config.outputs.image_name }}:latest - name: 📤 Upload Security Report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: security-report path: trivy-report.txt