diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 243330f..49d3aef 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -128,7 +128,7 @@ jobs: - run: mkdir -p art - run: echo hello > art/world.txt - - uses: actions/upload-artifact@v4 + - uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: my-artifact path: art/world.txt