From 8c3d9fd625d81fd8c4304f124290ef6b90a08e74 Mon Sep 17 00:00:00 2001 From: bp99 Date: Mon, 28 Jul 2025 20:25:30 +0200 Subject: [PATCH] ci: fix artefact upload step --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3636e28..fdd13e2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Run tests run: go test -json ./... > test-results.json - name: Upload artefacts - uses: actions/upload-artifact@v4 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: test-results path: test-results.json