Skip to content

Commit c7f7302

Browse files
authored
Update main.yml
1 parent 62e646e commit c7f7302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7474

7575
- if: matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu') && matrix.py == '3.11'
76-
uses: codacy/codacy-coverage-reporter-action@v1
76+
uses: codacy/codacy-coverage-reporter-action@v1.3.0
7777
with:
7878
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
7979
coverage-reports: coverage.xml

0 commit comments

Comments
 (0)