Skip to content

Commit

Permalink
Update generate.yml with download-action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh authored Sep 17, 2024
1 parent 4f3a99f commit 728a856
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 728a856

Please sign in to comment.