From 9875c4ddbcddf59bc20c1bb6ebb654e5802fb201 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 29 Jun 2024 17:54:24 -0400 Subject: fix: upload-artifact is at v4, not v5 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d48f6e1..46a106a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,13 +57,13 @@ jobs: - name: Upload package artifact ⬆️ if: ${{ !env.ACT }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v4 with: name: PluginLoader path: ./backend/dist/PluginLoader - name: Download package artifact locally if: ${{ env.ACT }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v4 with: path: ./backend/dist/PluginLoader -- cgit v1.2.3