From 0a143e87298ffcfa48bf909f68ba36cc3c765138 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 1 Sep 2024 14:17:22 +0200 Subject: [PATCH] CI: Use different artifact provider --- .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 87b74f40..21945068 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: christopherhx/gitea-upload-artifact@v4 with: name: nightly-iso path: Luna.iso