Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 4617679

Browse files
committed
entrypoint: use GITHUB_OUTPUT instead of set-output
1 parent d27ba66 commit 4617679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ cargo llvm-cov --no-run --doctests
7777
if [ -n "$OUTPUT_PATH" ]; then
7878
sed -i "s@$GITHUB_WORKSPACE/@@" "$OUTPUT_PATH"
7979

80-
echo "::set-output name=report::$OUTPUT_PATH"
80+
echo "report=${OUTPUT_PATH}" > "$GITHUB_OUTPUT"
8181

8282
if [ -n "$RUNNER_DEBUG" ]; then
8383
cat "$OUTPUT_PATH"

0 commit comments

Comments
 (0)