From 93393727c6fbb4c680e0baf22d14213a9abb1281 Mon Sep 17 00:00:00 2001 From: waseembaig <52992501+waseembaig@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:54:12 +0530 Subject: [PATCH] update workflow --- .github/workflows/generate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index b27d7651..276217dd 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -55,7 +55,7 @@ jobs: run: | echo "${{ steps.get_sha.outputs.sha }}" > store_sha_file - name: Archive generated artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: generated-artifacts path: | @@ -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