From 3443c1d4bf683d69bed63afb95ce40168d661c9a Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Mon, 13 Jul 2026 20:18:28 -0400 Subject: [PATCH] Upgrade to v4 artifact actions --- .github/workflows/build-binary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-binary.yml b/.github/workflows/build-binary.yml index d57d887..6b0dd98 100644 --- a/.github/workflows/build-binary.yml +++ b/.github/workflows/build-binary.yml @@ -2,7 +2,7 @@ name: Build Binary on: push: - branches: [ master ] + branches: [ master, 'feat-*' ] pull_request: branches: [ master ] @@ -22,7 +22,7 @@ jobs: - name: Build run: make - name: Archive - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: droplets.bin - path: build/droplets.bin \ No newline at end of file + path: build/droplets.bin