From 6f047eee4ad95e13c11370bb03a137c07fdaa327 Mon Sep 17 00:00:00 2001 From: Aniket Salve Date: Tue, 5 Nov 2024 11:41:23 +0100 Subject: [PATCH] fix(cd.yml): Updated the upload-artifact@v4 (https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/) Signed-off-by: Aniket Salve --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f3f689c..84b2915 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -67,7 +67,7 @@ jobs: dist/*.* - name: "Upload documentation as artifact" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Project documentation path: ${{ github.workspace }}/.build/html