diff --git a/.github/workflows/test_fast.yml b/.github/workflows/test_fast.yml index ec3a509b0d..3c959a2f2d 100644 --- a/.github/workflows/test_fast.yml +++ b/.github/workflows/test_fast.yml @@ -158,7 +158,7 @@ jobs: uses: actions/checkout@v5 - name: Download coverage artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Codecov upload uses: codecov/codecov-action@v5 diff --git a/.github/workflows/test_functional.yml b/.github/workflows/test_functional.yml index 5d4bafe9fa..92b3f4e2b8 100644 --- a/.github/workflows/test_functional.yml +++ b/.github/workflows/test_functional.yml @@ -329,7 +329,7 @@ jobs: uses: actions/checkout@v5 - name: Download coverage artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Codecov upload uses: codecov/codecov-action@v5