diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec001595f1d..4262ae81b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: else MESSAGE="${{ github.event_name }}" fi - echo "BUILDKITE_ANALYTICS_MESSAGE=$MESSAGE" >> "$GITHUB_OUTPUT" + echo "BUILDKITE_ANALYTICS_MESSAGE=$MESSAGE" >> "$GITHUB_ENV" shell: bash - name: 'Resolve artifacts path'