diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 013fe7edfa3..0f97206690b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1079,7 +1079,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.1.1 - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: pattern: coverage-* - name: Upload coverage to Codecov (full coverage) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index bae60e8e945..238ed15f33f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -91,12 +91,12 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download env_file - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: requirements_diff @@ -129,12 +129,12 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download env_file - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.3 + uses: actions/download-artifact@v4.1.4 with: name: requirements_diff