diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 673bac3d..1933b998 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,7 @@ jobs: run: tox run -f coverage - name: Upload (unit tests) coverage to codecov if: hashFiles('coverage.unit.xml') != '' # Rudimentary `file.exists()` - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} disable_search: true @@ -100,7 +100,7 @@ jobs: test-unit - name: Upload (functional tests) coverage to codecov if: hashFiles('coverage.functional.xml') != '' # Rudimentary `file.exists()` - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} disable_search: true @@ -146,7 +146,7 @@ jobs: run: ls -lA - name: Upload (unit tests) coverage to codecov if: hashFiles('coverage.unit.xml') != '' # Rudimentary `file.exists()` - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} disable_search: true @@ -156,7 +156,7 @@ jobs: test-unit - name: Upload (functional tests) coverage to codecov if: hashFiles('coverage.functional.xml') != '' # Rudimentary `file.exists()` - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} disable_search: true