diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67a75cb..ff365aa 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@v4 + - uses: actions/upload-artifact@v5 with: name: coverage path: coverage.out