diff options
| author | 2024-09-12 16:10:29 -0400 | |
|---|---|---|
| committer | 2024-09-12 16:10:29 -0400 | |
| commit | 58a4647f6a5b68037c30d45f09c686d3d55cd6fc (patch) | |
| tree | 38b2efee764f8d0a90b08b028cbd37cb316acfd0 | |
| parent | fixed exit status issue with non interative mode (diff) | |
Update build.yml to artifact v4
Diffstat (limited to '')
| -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 |
