From d515dfb5b0edcef2fc8605e145124fffb6548b27 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Thu, 15 Feb 2024 23:18:43 +0100 Subject: [PATCH] ci: Use different name for each artifact uploaded by a failing Test Rust run --- .github/workflows/test_rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_rust.yml b/.github/workflows/test_rust.yml index 2e0d3addb..ef6509e7b 100644 --- a/.github/workflows/test_rust.yml +++ b/.github/workflows/test_rust.yml @@ -110,7 +110,7 @@ jobs: if: failure() uses: actions/upload-artifact@v4 with: - name: swf_images + name: swf_images_${{ matrix.rust_version }}_${{ matrix.os }} path: | tests*/**/*.actual*.png tests*/**/*.difference*.png