From b2d53762e1c495ac0ab0d3f3e71a86245f571477 Mon Sep 17 00:00:00 2001 From: Bittah <7165430+Bittah@users.noreply.github.com> Date: Sat, 21 Sep 2024 18:34:29 +0200 Subject: [PATCH] Fix releases --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 865d5f1..70ea269 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -141,7 +141,7 @@ jobs: Get-ChildItem -Path 'artifact' - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ts-patches-${{ matrix.type }}-${{ steps.branch-name.outputs.current_branch }}-${{ steps.gitinfo.outputs.sha_short }}-${{ steps.gitinfo.outputs.date }} path: artifact