diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index cc0fd3dd..8bf85c55 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -126,4 +126,4 @@ jobs: - name: Upload coverage report # Don't upload coverage when using the `act` tool to run the workflow locally if: ${{ !env.ACT }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 diff --git a/.github/workflows/test-mindeps.yml b/.github/workflows/test-mindeps.yml index eca08dd7..b6bd7168 100644 --- a/.github/workflows/test-mindeps.yml +++ b/.github/workflows/test-mindeps.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Install uv - uses: astral-sh/setup-uv@v3.2.2 + uses: astral-sh/setup-uv@v5.2.2 with: enable-cache: true @@ -42,4 +42,4 @@ jobs: - name: Upload coverage # Don't upload coverage when using the `act` tool to run the workflow locally if: ${{ !env.ACT }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a678913..c2914355 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,4 +34,4 @@ jobs: - name: Upload coverage # Don't upload coverage when using the `act` tool to run the workflow locally if: ${{ !env.ACT }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5