Skip to content

Commit 7e05c3e

Browse files
committed
Update GitHub Actions workflow artifact naming
Modify artifact names in test-warehouse.yml to include: - dbt version - warehouse type - branch name This provides more detailed and distinguishable artifact names for test reports and logs
1 parent 1f4b51f commit 7e05c3e

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)