diff --git a/.gitea/workflows/godot-ci.yml b/.gitea/workflows/godot-ci.yml index 58f97ee..b7899d0 100644 --- a/.gitea/workflows/godot-ci.yml +++ b/.gitea/workflows/godot-ci.yml @@ -30,7 +30,7 @@ jobs: - name: Create test file run: echo "test" > test.txt - name: Upload Small Artifact - uses: christopherhx/gitea-upload-artifact@v4 + uses: https://gitea.com/actions/checkout@v4 with: name: test path: test.txt