fix: downgraded upload-artifact action to v3 from v4

This commit is contained in:
2025-12-22 12:13:50 +01:00
parent f1ea0de247
commit 68372405d6

View File

@@ -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 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 - name: 📤 Upload Security Report
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: security-report name: security-report
path: trivy-report.txt path: trivy-report.txt