Skip to content

Commit 6d5d94f

Browse files
committed
Fix sonar artifact name
1 parent cf50fd2 commit 6d5d94f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848
- uses: actions/download-artifact@v6
4949
with:
50-
name: code-coverage-ubuntu-latest-22.x
50+
name: code-coverage-ubuntu-latest-24.x
5151
path: coverage/
5252
- uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v5
5353
env:

0 commit comments

Comments
 (0)