Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 82d703f

Browse files
authored
1 parent 556c10d commit 82d703f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
run: |-
4242
os=${{ matrix.os }}
4343
node=${{ matrix.node-version }}
44-
echo "::set-output name=os::${os/-latest/}"
45-
echo "::set-output name=node::node_${node//[.*]/}"
44+
echo "os=${os/-latest/}" >> $GITHUB_OUTPUT
45+
echo "node=node_${node//[.*]/}" >> $GITHUB_OUTPUT
4646
shell: bash
4747
- uses: codecov/codecov-action@v3
4848
with:

0 commit comments

Comments
 (0)