diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 20ae68fbba4..9d992608317 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.4 + uses: actions/download-artifact@v4.1.5 with: name: translations @@ -458,7 +458,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Download translations - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: translations diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c84ae4513cc..5f186c32e9a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -776,7 +776,7 @@ jobs: run: | echo "::add-matcher::.github/workflows/matchers/pytest-slow.json" - name: Download pytest_buckets - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: pytest_buckets - name: Compile English translations @@ -1088,7 +1088,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.1.2 - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: pattern: coverage-* - name: Upload coverage to Codecov @@ -1221,7 +1221,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.1.2 - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: pattern: coverage-* - name: Upload coverage to Codecov diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c6ca78b7847..36a9fa1f839 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -91,12 +91,12 @@ jobs: uses: actions/checkout@v4.1.2 - name: Download env_file - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: requirements_diff @@ -129,12 +129,12 @@ jobs: uses: actions/checkout@v4.1.2 - name: Download env_file - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: requirements_diff