Skip to content

Commit

Permalink
fix: migrate to Github Action's output files (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Feb 13, 2023
1 parent 51bd0bd commit bf54378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
run: |-
os=${{ matrix.os }}
node=${{ matrix.node-version }}
echo "::set-output name=os::${os/-latest/}"
echo "::set-output name=node::node_${node//[.*]/}"
echo "os=${os/-latest/}" >> $GITHUB_OUTPUT
echo "node=node_${node//[.*]/}" >> $GITHUB_OUTPUT
shell: bash
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit bf54378

Please sign in to comment.