diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9cf3e50..b835b3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - run: go test -count=1 -race -shuffle=on -coverprofile=coverage.out -covermode=atomic ./... - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: coverage path: coverage.out