From 8548cce4e5a57bb7da60c7c6c6d2f99bbe5f5279 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Fri, 18 Apr 2025 04:19:52 +0000 Subject: [PATCH] Use new upload-artifact action --- .github/workflows/bundle_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle_windows.yml b/.github/workflows/bundle_windows.yml index e1e1965..7cd6a64 100644 --- a/.github/workflows/bundle_windows.yml +++ b/.github/workflows/bundle_windows.yml @@ -51,7 +51,7 @@ jobs: mv ./dist/*.zip hippolyzer-windows-${{ env.target_tag }}.zip - name: Upload the artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: hippolyzer-windows-${{ env.sha }} path: ./hippolyzer-windows-${{ env.target_tag }}.zip