From 21fba98cf1963b9a32857f643c050f053e6de0b6 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:44:25 +1000 Subject: [PATCH] [CI] Try to fix download artifact error --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 6a87402..2dc7f09 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -103,7 +103,7 @@ jobs: # Download Windows artifacts - name: Download all Windows .exe artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: windows-loader-exe path: travis_installer_output