From 933e107073b6e0ebd27660090f4a8bed4969d061 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Mon, 18 Dec 2023 15:01:19 +0100 Subject: [PATCH] Revert "Bump actions/upload-artifact from 3 to 4" --- .github/workflows/publish_website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_website.yml b/.github/workflows/publish_website.yml index 9f9f0abe3..b35a9c070 100644 --- a/.github/workflows/publish_website.yml +++ b/.github/workflows/publish_website.yml @@ -52,7 +52,7 @@ jobs: INPUT_PATH: build/gh-pages - name: Upload the website - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: github-pages path: ${{ runner.temp }}/website.tar