From ed63a4621e6b4bf67cf79f16885ff0b594ccc9d8 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sun, 8 Dec 2024 14:05:49 -0700 Subject: [PATCH] Attempt to fix logs artifact name --- .github/workflows/test-packages-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-packages-action.yml b/.github/workflows/test-packages-action.yml index 67b53671ac3..8df67e7a730 100644 --- a/.github/workflows/test-packages-action.yml +++ b/.github/workflows/test-packages-action.yml @@ -170,7 +170,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: pkg-testrun-log-artifacts-${{ matrix.distro-slug }}-${{ inputs.nox-session }}-${{ matrix.transport }}-${{ matrix.tests-chunk }}-${{ env.TIMESTAMP }} + name: pkg-testrun-log-artifacts-${{ matrix.distro-slug }}-${{ inputs.nox-session }}-${{ matrix.pkg_type }}-${{ matrix.tests-chunk }}-${{ env.TIMESTAMP }} path: | artifacts/logs include-hidden-files: true