2 parents bb674c5 + 2802163 commit 11e777cCopy full SHA for 11e777c
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Test with Go
22
run: go test -json -v ./... > TestResults-${{ matrix.go-version }}.json
23
- name: Upload Go test results
24
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
25
with:
26
name: Go-results-${{ matrix.go-version }}
27
path: TestResults-${{ matrix.go-version }}.json
0 commit comments