diff --git a/.github/workflows/publish-test-results.yml b/.github/workflows/publish-test-results.yml index 9d328c5..0c5e10f 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 @@ -60,7 +60,7 @@ jobs: fi - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}