Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Address breaking change introduced by upload-artifact@v4 on multiple file upload
  • Loading branch information
Lord-Grey authored Jan 3, 2024
1 parent cdd59ff commit 8907d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8907d73

Please sign in to comment.