From b5e44fdaea5c1b05d6c27f5f7541ace3777225b1 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Thu, 20 Mar 2025 07:25:14 -0500 Subject: [PATCH] correct download-artifact version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78eeefa..952cdf6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,12 +103,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Retrieve Linux artifact - uses: actions/download-artifact@v3.1.2 + uses: actions/download-artifact@v4 with: name: TimeLogix-AppImage - name: Retrieve Windows artifact - uses: actions/download-artifact@v3.1.2 + uses: actions/download-artifact@v4 with: name: TimeLogix-Windows