From 8a3ddefc7cf675beb61c12e07363734386068dfc Mon Sep 17 00:00:00 2001 From: "giannis.tsepas" Date: Fri, 31 Jan 2025 18:15:27 +0200 Subject: [PATCH] updated upload-artifact --- .github/workflows/release-kotlin-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-kotlin-desktop.yml b/.github/workflows/release-kotlin-desktop.yml index 0582d674c..d310f73c2 100644 --- a/.github/workflows/release-kotlin-desktop.yml +++ b/.github/workflows/release-kotlin-desktop.yml @@ -59,7 +59,7 @@ jobs: build-root-directory: jvm - name: Upload Artifacts - uses: RDXWorks-actions/upload-artifact@main + uses: RDXWorks-actions/upload-artifact-v4 with: name: ${{ matrix.build-target.toolchain }} path: "target/${{ matrix.build-target.toolchain }}/release/${{ matrix.build-target.binary }}"