From af7819f46c6297b9a7663412d43df1c74a3a6c9e Mon Sep 17 00:00:00 2001 From: "Aljaz S." <117018081+aljazs-flare@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:08:14 +0100 Subject: [PATCH] patch(ci): update upload-artifacts to v4 --- .github/workflows/build-binary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binary.yaml b/.github/workflows/build-binary.yaml index 59389c6e..64ac8c4a 100644 --- a/.github/workflows/build-binary.yaml +++ b/.github/workflows/build-binary.yaml @@ -38,7 +38,7 @@ jobs: ./scripts/build.sh - name: Archive production artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist-bin path: |