From 38395c8fab1e96562d223b93537256958beb30be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:12:23 +0100 Subject: [PATCH] Bump actions/download-artifact from 4.1.2 to 4.1.3 (#111602) --- .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 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