From dc3c8ae4ce62a44a0c678749d3d73ce5250d3969 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Wed, 17 Apr 2024 13:40:48 +0200 Subject: [PATCH] update upload-artifact action to version 4 --- .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 a9bd7ae..58ec088 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@v2 + uses: actions/upload-artifact@v4 with: name: hugo-site path: public/