diff options
Diffstat (limited to '.github/workflows/audit.yaml')
-rw-r--r-- | .github/workflows/audit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 93e71537ef..11e727ef90 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -61,7 +61,7 @@ jobs: ./share/spack/qa/validate_last_exit.ps1 spack -d audit externals ./share/spack/qa/validate_last_exit.ps1 - - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed + - uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be if: ${{ inputs.with_coverage == 'true' }} with: flags: unittests,audits |