From 728a8565bcc476150e20acf2ad968bae5f24bcad Mon Sep 17 00:00:00 2001 From: Indrani Bhattacharya <70219648+indraniBh@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:33:19 +0530 Subject: [PATCH] Update generate.yml with download-action v4 --- .github/workflows/generate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index badd40af..276217dd 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -82,7 +82,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: generated-artifacts - name: Install dependencies @@ -103,7 +103,7 @@ jobs: uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: generated-artifacts - name: Display structure of downloaded files @@ -125,7 +125,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.6 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: generated-artifacts - name: Display structure of downloaded files