From f47bdf361212630fa20ebae17d49864e91386f6f Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 21 Dec 2023 00:01:55 +0100 Subject: [PATCH] Revert "chore(deps): update actions/upload-pages-artifact action to v3" (see #367) This reverts commit b780f2c2ff004379b58a8b2c8e4afcb744746702. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8fb230ad9..835059f4b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,7 +89,7 @@ jobs: - name: Upload site/ directory as GitHub Pages artifact if: ${{ github.event_name == 'push' }} - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v2 with: path: "site/"