From 562e88b18e70c08e64103c09d1ad65bf0dfa8643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 05:08:51 +0000 Subject: [PATCH] Bump actions/download-artifact from 3.0.0 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.0 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/doc_new.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc_new.yml b/.github/workflows/doc_new.yml index 43cfcaf..d7b9858 100644 --- a/.github/workflows/doc_new.yml +++ b/.github/workflows/doc_new.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v3 - name: Download sphinx documentation - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: sphinx-docs path: ./build diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 226a497..a57dfe0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -125,7 +125,7 @@ jobs: nox --version - name: Download coverage data - uses: actions/download-artifact@v3.0.0 + uses: actions/download-artifact@v4.1.7 with: name: coverage-data