From 50121a66a5e46f0d20ae2f8ecc3761114d2ac790 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Wed, 20 Mar 2024 17:34:29 +0100 Subject: [PATCH] build: crazy workflow idea 5 --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8f03b34..4aa9e7d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Check out files - uses: actions/checkout@main + uses: actions/checkout@4 with: submodules: true fetch-depth: 0 @@ -18,7 +18,7 @@ jobs: .gitea/scripts/ci.sh - name: Upload release - uses: actions/upload-artifact@main + uses: actions/upload-artifact@v3.1.2 with: name: release path: |