From 5f62d643ac9db34776f4e3f00dbda2638491c11d Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Mon, 3 Feb 2025 17:22:20 -0600 Subject: [PATCH] make GitHub happy --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e302fd1c8..4636998b7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,7 +44,7 @@ jobs: # store artifacts # make sure retention is low, this can become huge otherwise - name: Store build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Release path: | @@ -82,7 +82,7 @@ jobs: # store artifacts # make sure retention is low, this can become huge otherwise - name: Store build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Debug path: |