From ccf73f15da1b58b3784b585ecbac52ae80320555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:59:00 +0000 Subject: [PATCH] :arrow_up: Bump dawidd6/action-download-artifact from 10 to 11 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v10...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/collab.yml | 2 +- .github/workflows/linkcheck.yml | 2 +- .github/workflows/publish.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0136238b..72a329951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v10 + uses: dawidd6/action-download-artifact@v11 with: workflow: cache.yml branch: main diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index 4dbdf8810..d34f7edf6 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -28,7 +28,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v10 + uses: dawidd6/action-download-artifact@v11 with: workflow: cache.yml branch: main diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 7492415dc..08144d332 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -27,7 +27,7 @@ jobs: environment-file: environment.yml activate-environment: quantecon - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v10 + uses: dawidd6/action-download-artifact@v11 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 20890661f..b0474f4a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: run: pip list # Download Build Cache from cache.yml - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v10 + uses: dawidd6/action-download-artifact@v11 with: workflow: cache.yml branch: main