From f196cca2d2808c23ae2341cec0b317154d084f6c Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 4 Nov 2024 16:16:45 -0600 Subject: [PATCH] Fix incorrect artifact name --- .github/workflows/cmake-bintest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-bintest.yml b/.github/workflows/cmake-bintest.yml index f709ba0e7..648148624 100644 --- a/.github/workflows/cmake-bintest.yml +++ b/.github/workflows/cmake-bintest.yml @@ -107,7 +107,7 @@ jobs: - name: Get published binary (Linux) uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: - name: tgz-ubuntu-2204_gcc-${{ inputs.build_mode }}-binary + name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary path: ${{ github.workspace }} - name: Uncompress hdf4 binary (Linux)