From b1a17ba919b26417aeea00f4afc0854f1f865b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:47:46 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index e0bab4a..f6c0bc9 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -56,7 +56,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Download wheel - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: chama_${{ matrix.python-version }}_${{ matrix.os }}.whl - name: Install chama @@ -120,7 +120,7 @@ jobs: pip install coveralls python -m pip install -e . - name: Download coverage artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage - name: Setup coverage and combine reports @@ -166,7 +166,7 @@ jobs: pip install -r requirements.txt python -m pip install -e . - name: Download coverage artifacts from test matrix - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage - name: Setup coverage and combine reports