From 9e65ddb1f7c2b91df411887b9f70a2b696698e5b Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Tue, 26 Nov 2024 16:52:46 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index 82c242c..0eabbca 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -9,7 +9,7 @@ jobs: - name: generate file run: echo cum > test.txt - name: test artificat - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: # Name of the artifact to upload. # Optional. Default is 'artifact'