From fa48d2a5ad9f7c0e103f9733da8cd334c954592d Mon Sep 17 00:00:00 2001 From: Aniket Salve Date: Tue, 5 Nov 2024 11:41:23 +0100 Subject: [PATCH] Update 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