From 161e62a10a91e65dbfac9bb8d58959563ed79c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:20:07 +0000 Subject: [PATCH] Bump actions/download-artifact in the github-actions group Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.8 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3eafef5..b62e3ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4.2.2 - name: Download Package - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: Packages path: dist diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27d9fa2..32e84d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,13 +85,13 @@ jobs: python-version: ${{ matrix.python }} - name: Download compiled tests - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: tests path: tests - name: Download Package - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: Packages path: dist