Skip to content

Commit 36d00ee

Browse files
authored
fix(ci): use GITHUB_OUTPUT instead of deprecated set-output (#358)
1 parent e291367 commit 36d00ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
BUILD_EPOCH_PATH=$(find dist/ -type f -name "*-build-epoch.txt")
114114
DIGEST=$(sha256sum $TARBALL_PATH $WHEEL_PATH $REQUIREMENTS_PATH $SBOM_PATH $HTML_DOCS_PATH $BUILD_EPOCH_PATH | base64 -w0)
115115
echo "Digest of artifacts is $DIGEST."
116-
echo "::set-output name=artifacts-sha256::$DIGEST"
116+
echo "artifacts-sha256=$DIGEST" >> "$GITHUB_OUTPUT"
117117
118118
# For now only generate artifacts for the specified OS and Python version in env variables.
119119
# Currently reusable workflows do not support setting strategy property from the caller workflow.

0 commit comments

Comments
 (0)