Skip to content

Commit c0621cb

Browse files
ci: Stop using deprecated ::set-output. (#7136)
This has been deprecated and the replacement functionality is described here: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
1 parent 143a35d commit c0621cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- name: Get date
9191
id: date
9292
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
93+
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
9394

9495
- uses: actions/upload-artifact@v4
9596
with:

0 commit comments

Comments
 (0)