From 9b6a3fffe81ba0b90457dc3a936cb789526ee699 Mon Sep 17 00:00:00 2001 From: Onkar Deshpande Date: Mon, 16 Sep 2024 16:35:55 -0700 Subject: [PATCH] Update github @actions/upload-artifact to v4 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3c5f822556..beb953664e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: force_orphan: true - name: Archive Docs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: docs path: docs/build