diff --git a/.github/workflows/publish-test-results.yml b/.github/workflows/publish-test-results.yml index 1000ef60..1028a584 100644 --- a/.github/workflows/publish-test-results.yml +++ b/.github/workflows/publish-test-results.yml @@ -13,7 +13,7 @@ jobs: if: github.event.workflow_run.conclusion != 'skipped' && github.repository_owner == 'Uninett' steps: - # Checking out the repo is necessary codecov/codecov-action@v4 to work properly + # Checking out the repo is necessary codecov/codecov-action@v5 to work properly # Codecov requires source code to process the coverage file and generate coverage # reports - name: Checkout Code @@ -62,7 +62,7 @@ jobs: fi - name: Upload to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}