Skip to content

Commit 6558ad8

Browse files
committed
fix: correct bucket name
1 parent 808d2e4 commit 6558ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Download Artifacts
5454
uses: actions/download-artifact@v4
5555
with:
56-
name: coverage-data
56+
name: coverage-xml
5757

5858
- name: Fix coverage file for sonarcloud
5959
run: sed -i "s/home\/runner\/work\/advanced-alchemy\/advanced-alchemy/github\/workspace/g" coverage.xml
@@ -139,7 +139,7 @@ jobs:
139139
- name: Download Artifacts
140140
uses: actions/download-artifact@v4
141141
with:
142-
name: coverage-data
142+
name: coverage-xml
143143

144144
- name: Combine coverage files
145145
run: |

0 commit comments

Comments
 (0)