From a06451d75927bc2b0336a77f4f14e2319b76b709 Mon Sep 17 00:00:00 2001 From: Wraient Date: Sun, 27 Oct 2024 01:38:02 +0530 Subject: [PATCH] v4 --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c1ed8ac..bd511a1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -63,7 +63,7 @@ jobs: go build -o "$outputDir\curd.exe" .\cmd\curd\main.go - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 # Updated to version 4 with: name: curd-binaries path: | @@ -80,7 +80,7 @@ jobs: uses: actions/checkout@v2 - name: Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 # Updated to version 4 with: name: curd-binaries path: Build # Specify where to download the artifacts