diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 83f1aca4..b2e7d847 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -46,7 +46,7 @@ jobs: - name: spec/${{ matrix.suite }} run: bundle exec rake spec:${{ matrix.suite }} - name: coverage upload ${{ matrix.suite }} - uses: codacy/codacy-coverage-reporter-action@master + uses: codacy/codacy-coverage-reporter-action@v1 if: github.ref == 'refs/heads/master' with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}