From bd32ec652ed601c93a1298806deea3d621ef1d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:32:47 +0100 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v3 (#477) --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c8fe0d4c..6d4760d8 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -59,7 +59,7 @@ jobs: uses: actions/configure-pages@v4 - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: ./website/build