From 16c97274ddf5a2989b469981b6b0dd03fdde7428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Tr=C3=B6ger?= Date: Tue, 14 May 2024 16:29:57 +1000 Subject: [PATCH] fix(ci): fix the artifact name for the Release workflow (#733) Refs: f70fd7ce0139fb07c0f87132281d38c7417029e0 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ba723e9c..ca641b34 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -109,7 +109,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: - name: artifact-ubuntu-latest-python-3.11 + name: artifact-ubuntu-latest-python-3.12 path: dist # Verify hashes by first computing hashes for the artifacts and then comparing them