From 295d7d5373ec3b1ab1c2d9ac99d3029924de880f Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 19 Aug 2025 16:20:03 +0200 Subject: [PATCH] use fork of upload artifact --- .github/workflows/go-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index e6ca838..8df9686 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -27,7 +27,8 @@ jobs: run: | go vet ./... go test -coverprofile=coverprofile.out -json -v ./... > gotest.json - - uses: actions/upload-artifact@v4 + # - uses: actions/upload-artifact@v4 + - uses: christopherhx/gitea-upload-artifact@v4 with: name: tests-results path: |