From 1db33ff1af461c46dec6b77f81976a35fe900824 Mon Sep 17 00:00:00 2001 From: Josh Elkins Date: Thu, 30 Nov 2023 20:30:11 -0600 Subject: [PATCH] Use new output syntax --- .github/workflows/generate-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 32de894fbac..05e6a76f815 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -53,7 +53,7 @@ jobs: echo "Assumed version number $VERSION" echo "VERSION=$VERSION" >> "$GITHUB_ENV" fi - echo "::set-output name=version::$VERSION" + echo "version=$VERSION" >> "$GITHUB_OUTPUT" - name: Generate docs run: | DOCS_BUCKET=${{ secrets.CD_API_REFS_BUCKET_NAME }} \