From 3391d83bb87d61e726ec75bd77427a76e67d1fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:02:55 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 --- .github/workflows/build-and-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 8432ab2..1de8f09 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -52,7 +52,7 @@ jobs: target_arch: ["linux-64"] steps: - name: Download installer - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: installer-${{ matrix.target_arch }} - name: Generate environment.yaml @@ -79,7 +79,7 @@ jobs: cache: true environments: release - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts - name: Create release notes @@ -123,7 +123,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download installer - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ matrix.installer }} - name: Run tests @@ -141,7 +141,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download installer - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: installer-osx-64 - name: Run tests @@ -163,7 +163,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download installer - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: installer-osx-arm64 - name: Run tests @@ -190,7 +190,7 @@ jobs: with: python-version: '3.9' - name: Download installer - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: installer-linux-64 - name: Prepare environment