diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0ae9d6c..aed046a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -69,7 +69,7 @@ jobs: go test -timeout 20m -v -race -cover -tags=debug -failfast -coverpkg=$(cat pkgs.txt) -coverprofile=./coverage-ci/proxy.out -covermode=atomic ./... - name: Archive code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage path: ./tests/coverage-ci/proxy.out