From 34b5dd5771ae6de3a9b0ea4f54bc45402fb9e021 Mon Sep 17 00:00:00 2001 From: lexouduck Date: Mon, 30 Sep 2024 18:22:26 +0900 Subject: [PATCH] ci(github): updated upload-artifacts to latest v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5a349ba..500287e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: run: make BUILDMODE=release dist - name: Upload build binary artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: libccc-build_${{matrix.os}}_${{matrix.compiler}} path: ./dist/*.zip