diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 07cb19004b..5a41deb655 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -511,7 +511,7 @@ jobs: - name: Determine complexity id: complexity run: | - echo "::set-output level=major" + echo "level=major" >> $GITHUB_OUTPUT verify-downstream: needs: [determine-complexity]