diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml index 59c9788..fc47824 100644 --- a/.github/workflows/test-ubuntu.yml +++ b/.github/workflows/test-ubuntu.yml @@ -105,7 +105,7 @@ jobs: - name: after test if: ${{ matrix.after_test }} run: ${{ matrix.after_test }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: ${{ matrix.codecov }} with: files: ./coverage.info