From d4237d10a01dc281bb60c9d1f56de90197363ae8 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 1 Sep 2024 14:12:45 +0200 Subject: [PATCH] CI: Fix actions syntax --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b6e3a997..87b74f40 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: - name: Build and run tests run: tools/run-tests.sh - name: Upload artifact - - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4 with: name: nightly-iso path: Luna.iso