From bd7d3bdacf465e11b4ea5d9982ac88ba47522715 Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Mon, 13 Jan 2025 19:01:17 -0800 Subject: [PATCH] Fix release [release] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03c2a1a1..8420a9a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: path: artifacts - run: |