From ce703c9894802dd1a1f3ab8a4f233a0e4671b331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:45:09 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c904a0..2c3a51b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - run: python -m pip install --upgrade coverage - name: Download coverage data. - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: coverage-data @@ -156,7 +156,7 @@ jobs: with: python-version: "3.10" - name: Download coverage data. - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: coverage.xml - name: Upload coverage to Codecov @@ -212,7 +212,7 @@ jobs: steps: - uses: actions/checkout@master - name: Download distributions - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: dist path: dist/