From aeb0325ad783be06178f47c2def4f1e81b0fc4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:08:09 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact in /.github/workflows Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/efabless_tapeout.yaml | 2 +- .github/workflows/precheck.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/efabless_tapeout.yaml b/.github/workflows/efabless_tapeout.yaml index 986f325..0fb1443 100644 --- a/.github/workflows/efabless_tapeout.yaml +++ b/.github/workflows/efabless_tapeout.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Download artifact - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 id: download_artifact with: workflow: gds.yaml diff --git a/.github/workflows/precheck.yaml b/.github/workflows/precheck.yaml index e550a5c..db98a84 100644 --- a/.github/workflows/precheck.yaml +++ b/.github/workflows/precheck.yaml @@ -38,7 +38,7 @@ jobs: pdk_root: ${{ env.PDK_ROOT }} - name: Download artifact (run id = ${{ github.event.workflow_run.id }}) - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 id: download_artifact with: workflow: gds.yaml