Skip to content

Commit

Permalink
[CI] Use $GITHUB_OUTPUT instead of the deprecated ::set-output co…
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 10, 2024
1 parent 0ec309d commit ed40c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
id: copy_test_logs
if: failure()
run: |
echo "::set-output name=dir::build/test_logs"
echo "dir=build/test_logs" >> $GITHUB_OUTPUT
./gradlew copyTestLogs
- name: Upload crash logs
if: always() && steps.copy_test_logs.outputs.dir == 'build/test_logs'
Expand Down

0 comments on commit ed40c70

Please sign in to comment.