diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c5f4c6b98d..9a898d11aa5 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.2 + uses: actions/download-artifact@v4.1.3 with: pattern: coverage-* - name: Upload coverage to Codecov (full coverage) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 776603f7794..bae60e8e945 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.2 + uses: actions/download-artifact@v4.1.3 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4.1.3 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.2 + uses: actions/download-artifact@v4.1.3 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4.1.3 with: name: requirements_diff