diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee13ccb..f04cd91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: cat sonar_env # upload coverage report for sonar workflow - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: contains(matrix.extra-args, 'codecov') && contains(github.event.pull_request.labels.*.name, 'documentation-only') == false with: name: coverage-report