diff --git a/.github/workflows/test_fast.yml b/.github/workflows/test_fast.yml index 5c0c9ead20d..74be3220472 100644 --- a/.github/workflows/test_fast.yml +++ b/.github/workflows/test_fast.yml @@ -138,7 +138,7 @@ jobs: uses: actions/checkout@v4 - name: Download coverage artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Codecov upload uses: codecov/codecov-action@v3 diff --git a/.github/workflows/test_functional.yml b/.github/workflows/test_functional.yml index 35c01ba7f2f..737f0c3900f 100644 --- a/.github/workflows/test_functional.yml +++ b/.github/workflows/test_functional.yml @@ -313,7 +313,7 @@ jobs: uses: actions/checkout@v4 - name: Download coverage artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Codecov upload uses: codecov/codecov-action@v3