From 550a3b998c59fc68b663232118fb810dcd8b1665 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 19 Mar 2025 14:31:36 +0100 Subject: [PATCH] Upload with artifact upload action. --- .gitea/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 8b81d81..7dcd93e 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -51,6 +51,8 @@ jobs: image: "docker/nginx-fpm:latest" fail-build: false - - uses: github/codeql-action/upload-sarif@v3 + - name: Upload artifact + uses: actions/upload-artifact@v4 with: - sarif_file: ${{ steps.scan.outputs.sarif }} \ No newline at end of file + name: my-artifact + path: ${{ steps.scan.outputs.sarif }} \ No newline at end of file