From 0515ece9a927f1cf75a5742c65445d8297f4f065 Mon Sep 17 00:00:00 2001 From: Shubham Date: Wed, 18 Sep 2024 19:55:18 +0530 Subject: [PATCH] chore: bump download-artifact to v4 (#608) --- .github/workflows/windows-executable-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-executable-release.yml b/.github/workflows/windows-executable-release.yml index 003acf86..bb6d6243 100644 --- a/.github/workflows/windows-executable-release.yml +++ b/.github/workflows/windows-executable-release.yml @@ -49,7 +49,7 @@ jobs: - run: make install - name: import Executable id: download - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ${{env.FORMULA_NAME}}-${{ needs.get-tag.outputs.TAG_NAME }}.exe - name: 'Echo download path'