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