From 1a213a1d5dfcbb7da32c6e753add59773c5e5bba Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Dec 2024 13:08:23 +0000
Subject: [PATCH] chore(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] <support@github.com>
---
 .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 f2c3ede..b8e821f 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 c0d7096..332015a 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