From 1b7c3061f338e1336bca0072155aa35fe429a557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:50:31 +0100 Subject: [PATCH] Bump actions/download-artifact from 4.1.3 to 4.1.4 (#112159) --- .github/workflows/ci.yaml | 2 +- .github/workflows/wheels.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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