Skip to content

Commit 019c064

Browse files
Update coverage.yml
1 parent c0621cb commit 019c064

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/coverage.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ jobs:
8989
9090
- name: Get date
9191
id: date
92-
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
93-
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
92+
run: |
93+
echo "::set-output name=date::$(date +'%Y-%m-%d')"
94+
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
9495
9596
- uses: actions/upload-artifact@v4
9697
with:

0 commit comments

Comments
 (0)