From 6100d762494bd9c3ca52489157c55237f8c0d553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 4 Sep 2024 09:55:37 +0300 Subject: [PATCH] chore(ci): bump actions/download-artifact to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81bbe54716..8e2ff33488 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: steps: - name: ⬇️ Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 - name: 🔒 Generate Checksums run: for file in jumpy-*/jumpy-*; do openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done