diff --git a/.changes/unreleased/Dependencies-20241118-001113.yaml b/.changes/unreleased/Dependencies-20241118-001113.yaml new file mode 100644 index 00000000000..472b6b435f0 --- /dev/null +++ b/.changes/unreleased/Dependencies-20241118-001113.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump codecov/codecov-action from 4 to 5" +time: 2024-11-18T00:11:13.00000Z +custom: + Author: dependabot[bot] + Issue: 11009 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d105ae35db..cbb01437a7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,7 +111,7 @@ jobs: - name: Upload Unit Test Coverage to Codecov if: ${{ matrix.python-version == '3.11' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unit @@ -229,7 +229,7 @@ jobs: - name: Upload Integration Test Coverage to Codecov if: ${{ matrix.python-version == '3.11' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} flags: integration