From 616c7ce68b1ead9854ac8541fe230b8c5fa79eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:23:45 +0200 Subject: [PATCH] Bump actions/download-artifact from 4.1.4 to 4.1.6 (#116017) --- .github/workflows/builder.yml | 4 ++-- .github/workflows/ci.yaml | 6 +++--- .github/workflows/wheels.yml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index a440de225be..90c1c3692e9 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -175,7 +175,7 @@ jobs: sed -i "s|pykrakenapi|# pykrakenapi|g" requirements_all.txt - name: Download translations - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: name: translations @@ -458,7 +458,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Download translations - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: name: translations diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0dc8f34570c..11d0e04cec1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -778,7 +778,7 @@ jobs: run: | echo "::add-matcher::.github/workflows/matchers/pytest-slow.json" - name: Download pytest_buckets - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: name: pytest_buckets - name: Compile English translations @@ -1090,7 +1090,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.1.3 - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: pattern: coverage-* - name: Upload coverage to Codecov @@ -1223,7 +1223,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.1.3 - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: pattern: coverage-* - name: Upload coverage to Codecov diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6618eb9963b..0dacd45a22e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -121,12 +121,12 @@ jobs: uses: actions/checkout@v4.1.3 - name: Download env_file - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: name: requirements_diff @@ -159,17 +159,17 @@ jobs: uses: actions/checkout@v4.1.3 - name: Download env_file - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.5 + uses: actions/download-artifact@v4.1.6 with: name: requirements_diff - name: Download requirements_all_wheels - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.6 with: name: requirements_all_wheels