Skip to content

Commit 1ad4a2a

Browse files
authored
Merge pull request #1819 from elementary-data/ele-4068-test-warehouse-artifacts
Update GitHub Actions workflow artifact naming
2 parents 1f4b51f + 7e05c3e commit 1ad4a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: Upload report artifact
185185
uses: actions/upload-artifact@v4
186186
with:
187-
name: report_${{ inputs.warehouse-type }}_${{ env.BRANCH_NAME }}.html
187+
name: report_${{ inputs.warehouse-type }}_${{ env.BRANCH_NAME }}_dbt_${{ inputs.dbt-version }}.html
188188
path: elementary/edr_target/elementary_report.html
189189

190190
- name: Write GCS keyfile
@@ -220,7 +220,7 @@ jobs:
220220
if: ${{ always() }}
221221
uses: actions/upload-artifact@v4
222222
with:
223-
name: edr.log
223+
name: edr_${{ inputs.warehouse-type }}_${{ env.BRANCH_NAME }}_dbt_${{ inputs.dbt-version }}.log
224224
path: elementary/edr_target/edr.log
225225

226226
- name: Run Python package e2e tests

0 commit comments

Comments
 (0)