diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 6a4a172638f..a72c4e75cfe 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.6 + uses: actions/download-artifact@v4.1.7 with: name: translations @@ -458,7 +458,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Download translations - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: translations diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 75c64ec8ff5..580aba9752c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -785,7 +785,7 @@ jobs: run: | echo "::add-matcher::.github/workflows/matchers/pytest-slow.json" - name: Download pytest_buckets - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: pytest_buckets - name: Compile English translations @@ -1099,7 +1099,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.1.4 - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: pattern: coverage-* - name: Upload coverage to Codecov @@ -1233,7 +1233,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.1.4 - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: pattern: coverage-* - name: Upload coverage to Codecov diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 36a4b0c4032..4f652b7a0a1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -121,12 +121,12 @@ jobs: uses: actions/checkout@v4.1.4 - name: Download env_file - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: requirements_diff @@ -159,17 +159,17 @@ jobs: uses: actions/checkout@v4.1.4 - name: Download env_file - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: env_file - name: Download requirements_diff - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: requirements_diff - name: Download requirements_all_wheels - uses: actions/download-artifact@v4.1.6 + uses: actions/download-artifact@v4.1.7 with: name: requirements_all_wheels