Update codeql.yml

Address breaking change introduced by upload-artifact@v4 on multiple file upload
This commit is contained in:
LordGrey 2024-01-03 19:47:20 +01:00 committed by GitHub
parent cdd59ffc87
commit 8907d7370e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ jobs:
- name: 📦 Upload loc as a Build Artifact
uses: actions/upload-artifact@v4
with:
name: sarif-results
name: ${{ matrix.language }}.sarif
path: sarif-results
retention-days: 1