From 0eba4b67f76156d2bc261647d0e10430cce5ca6f Mon Sep 17 00:00:00 2001 From: Justin Moore Date: Fri, 15 Nov 2024 10:38:36 -0600 Subject: [PATCH] Update to upload-artifact v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a20825..713d6f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: args: --target=${{ matrix.host_target }} --release - name: upload artifacts - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4 with: # Artifact name name: ${{ matrix.artifact }}