Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waseembaig committed Sep 17, 2024
1 parent 956ab46 commit 9339372
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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 9339372

Please sign in to comment.