From 19f5e7ffeacd06f022d65ee9a7f1168b73b0cfd0 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 23 Feb 2024 01:36:13 +0700 Subject: [PATCH] ci: Really fix set-output. (#7138) I accidentally left the old line in PR #7136. --- .github/workflows/coverage.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a0f66d5a8..679eeee3a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -89,9 +89,7 @@ jobs: - name: Get date id: date - run: | - echo "::set-output name=date::$(date +'%Y-%m-%d')" - echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT + run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - uses: actions/upload-artifact@v4 with: