diff --git a/.github/workflows/.githubCI.yml b/.github/workflows/.githubCI.yml index 6c087ae3..834bc323 100644 --- a/.github/workflows/.githubCI.yml +++ b/.github/workflows/.githubCI.yml @@ -53,7 +53,7 @@ jobs: - name: build working-directory: ./projects/vs2019/ run: msbuild ./wren.sln /property:Configuration=Release /property:Platform=64bit - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: wren-windows path: |