We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3e32d commit 9f34962Copy full SHA for 9f34962
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
docker system prune -f
52
53
- name: Upload Go test results
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
with:
56
name: Go-results-${{ matrix.go-version }}
57
path: TestResults-${{ matrix.go-version }}.json
0 commit comments