aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Lance Borden 2024-09-12 16:10:29 -0400
committerGravatar GitHub 2024-09-12 16:10:29 -0400
commit58a4647f6a5b68037c30d45f09c686d3d55cd6fc (patch)
tree38b2efee764f8d0a90b08b028cbd37cb316acfd0 /.github
parentfixed exit status issue with non interative mode (diff)
Update build.yml to artifact v4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
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