diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a43dbdbf09c..fcd280bc8e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: go mod download gotestsum --junitfile ../go_examples_report.xml --format-icons=hivis --format=pkgname-and-test-fails -- -race ./... -trimpath - name: Upload Test Report - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 if: always() # always run even if the previous step fails with: name: test-junit-${{ matrix.os }}-${{ matrix.go }}