From 55e19cfbd82a6379ed211abe6a4a38811a1c0f82 Mon Sep 17 00:00:00 2001 From: kaanyagci Date: Mon, 12 Aug 2024 02:14:09 +0200 Subject: [PATCH] fix(gha): fix inexistant version Signed-off-by: kaanyagci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5f549b..0086e81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v4.1.16 + uses: actions/download-artifact@v4.1.8 with: path: dist