diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91955e3..33df66f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: lush run_tests.lua - name: Upload the compiled binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: lush-binary path: ./bin/Debug/lush/lush |
