diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index f52859a..664fbac 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -29,7 +29,7 @@ jobs: - name: Archive artifacts for x64 if: matrix.build_platform == 'x64' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: rebootat_x64 path: ${{ matrix.build_platform }}/${{ matrix.build_configuration }}/RebootAt.exe