ci: fix artefact upload step
Some checks failed
build-and-test / build (push) Failing after 5s

This commit is contained in:
2025-07-28 20:25:30 +02:00
parent 8954723510
commit fb9f76e26a

View File

@ -16,7 +16,7 @@ jobs:
- name: Run tests - name: Run tests
run: go test -json ./... > test-results.json run: go test -json ./... > test-results.json
- name: Upload artefacts - name: Upload artefacts
uses: actions/upload-artifact@v4 uses: actions/gitea-upload-artifact@v4
with: with:
name: test-results name: test-results
path: test-results.json path: test-results.json