diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 9b6f486..b92c2fd 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup MSVC uses: ilammy/msvc-dev-cmd@v1 @@ -21,8 +21,8 @@ jobs: msbuild DragonBurn.sln -t:Rebuild -p:Configuration=Release -p:Platform=x64 - name: Archive artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Compiled-Binaries path: | - \DragonBurn\built\DragonBurn.exe \ No newline at end of file + D:\a\DragonBurn\DragonBurn\built\DragonBurn.exe \ No newline at end of file