From e2cf841c238dcf0a2d637e0695421638d75282ec Mon Sep 17 00:00:00 2001 From: ne-sachirou Date: Wed, 20 Apr 2022 18:18:17 +0900 Subject: [PATCH] Fix: Input 'job-number' has been deprecated with message: use flag-name instead --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac5f01c..1ab5e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-profile: profile.cov parallel: true - job-number: ${{ strategy.job-index }} + flag-name: Go-${{ matrix.os }}-${{ matrix.go }} finish: needs: test runs-on: ubuntu-latest