From 41ad97b671d63bbe5d926ea297d3672272e3bc89 Mon Sep 17 00:00:00 2001 From: NekoMio Date: Sun, 18 May 2025 08:13:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/github-ac?= =?UTF-8?q?tions-demo.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/github-actions-demo.yml b/.gitea/workflows/github-actions-demo.yml index 22dcdb2..00796a3 100644 --- a/.gitea/workflows/github-actions-demo.yml +++ b/.gitea/workflows/github-actions-demo.yml @@ -18,7 +18,7 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." - run: mkdir -p artifact - run: echo hello > artifact/world.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: my-artifact path: artifact/world.txt