From a872c400f78e7822b04b27ea81bfc2f8f392c2fa Mon Sep 17 00:00:00 2001 From: Mikhail Reznichenko Date: Sat, 31 Aug 2024 14:00:23 +0300 Subject: [PATCH] trying to fix CI --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 070b48e..5a52a9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,9 +36,9 @@ jobs: EXILED_REFERENCES: ${{ github.workspace }}\lib - name: Upload Build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: - name: Plugin DLL + name: Plugin path: ${{ github.workspace }}\bin\Release\VeryUsualDay.dll deploy-testing: name: Deploy plugin to the testing server @@ -50,7 +50,7 @@ jobs: - name: Download a single artifact uses: actions/download-artifact@v4 with: - name: Plugin DLL + name: Plugin path: VeryUsualDay.dll - name: Deploy plugin to the server uses: rexlmanu/pterodactyl-upload-action@v2.1