Skip to content

Commit daff001

Browse files
nttoolenttoole
authored andcommitted
Make upload artifact action name lang based
1 parent b271ea6 commit daff001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Upload Artifacts
126126
uses: actions/upload-artifact@v4.3.1
127127
with:
128-
name: codeql-artifacts
128+
name: codeql-artifacts-${{ matrix.language }}
129129
path: ${{ env.RESULTS_DIR }}
130130

131131
- name: SonarQube Scan

0 commit comments

Comments
 (0)