From 8bf7430314933f9257588bbb12449e0e0723fc5b Mon Sep 17 00:00:00 2001 From: Freyja Odinthrir Date: Thu, 8 Feb 2024 14:02:36 -0800 Subject: [PATCH] Attempt to Fix issue in ci... --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4808604..6419470 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,7 +12,7 @@ on: jobs: job1: name: Build static site. - runs-on: catthehacker-ubuntu + runs-on: ubuntu-latest steps: - name: Get current date @@ -44,7 +44,7 @@ jobs: run: npm run build - name: Upload artifact... - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: build_artifact path: dist