From 84c156b6c710c2cae83e3d9c98efa8c3607c043d Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Thu, 3 Oct 2024 12:41:03 +0100 Subject: [PATCH] fix(ci): update actions/upload-artifact --- .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 f78aff7..98d0c1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: command: build args: --release - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: nucleoid-backend path: target/release/nucleoid-backend