diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 2d4f15d..dcee1f1 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -22,7 +22,7 @@ jobs: - name: Test with Go run: go test -json ./... 2>&1 | tee -a TestResults-${{ matrix.go-version }}.json - name: Upload Go test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: Go-results-${{ matrix.go-version }} path: TestResults-${{ matrix.go-version }}.json