From 1a42f3cc98ede50bc07ea417c2229194341af603 Mon Sep 17 00:00:00 2001 From: Julius Remigio <14811322+juls858@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:04:35 -0800 Subject: [PATCH] updated log naming convention (#76) --- .github/workflows/dbt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbt.yml b/.github/workflows/dbt.yml index 35ab751..418c1ff 100644 --- a/.github/workflows/dbt.yml +++ b/.github/workflows/dbt.yml @@ -53,7 +53,7 @@ jobs: if: always() uses: actions/upload-artifact@v3 with: - name: logs-${{ inputs.environment }}-${{ github.run_id }}-$GITHUB_RUN_ATTEMPT + name: logs-${{ inputs.environment }}-${{ github.run_number }}-${{ github.run_attempt }} path: | logs target