diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index efb95b1..7880835 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -25,14 +25,14 @@ jobs: - name: Archive artifacts for x64 if: matrix.build_platform == 'x64' && matrix.build_configuration == 'Release' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: plugin_dll_x64 path: vstudio\bin64\DiscordRPC.dll - name: Archive artifacts for Win32 if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Release' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: plugin_dll_x86 path: vstudio\bin\DiscordRPC.dll