From aa7f5eb5a62e6f66523bde6a75569f59ba0e21c0 Mon Sep 17 00:00:00 2001 From: David Gamez <1192523+davidgamez@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:28:52 -0400 Subject: [PATCH] fix: upload artifact matrix conflict (#519) --- .github/workflows/direct_download_urls_test_for_sources.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/direct_download_urls_test_for_sources.yml b/.github/workflows/direct_download_urls_test_for_sources.yml index 24f00e6e..613f3c07 100644 --- a/.github/workflows/direct_download_urls_test_for_sources.yml +++ b/.github/workflows/direct_download_urls_test_for_sources.yml @@ -107,6 +107,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} download-datasets: + name: Validate and download - ${{ fromJson(matrix.data).base }} needs: [ get-urls ] runs-on: ubuntu-latest strategy: @@ -207,5 +208,5 @@ jobs: - name: Persist datasets artifact uses: actions/upload-artifact@v4 with: - name: datasets + name: datasets-${{ fromJson(matrix.data).base }} path: datasets