From f045763539bbb69a42e580f1888b0a802f1b971b Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Wed, 17 Apr 2024 21:23:51 +0200 Subject: [PATCH] Downgraded upload-artifact action from v4 to v in pipeline-test.yaml --- .gitea/workflows/pipeline-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline-test.yaml b/.gitea/workflows/pipeline-test.yaml index 58ec088..65715ff 100644 --- a/.gitea/workflows/pipeline-test.yaml +++ b/.gitea/workflows/pipeline-test.yaml @@ -53,7 +53,7 @@ jobs: run: hugo --minify - name: Upload Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: hugo-site path: public/