Skip to content

Commit

Permalink
Update ci_build.yml
Browse files Browse the repository at this point in the history
* Fix download-artifact version
  • Loading branch information
lpugin authored Nov 6, 2024
1 parent e1dde24 commit 3a74958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
path: ${{ env.GH_PAGES_DIR }}

- name: Download TOOLKIT_BUILD artifacts
uses: actions/download-artifact@v4.4.3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }}
path: artifacts/${{ env.TOOLKIT_BUILD }}
Expand All @@ -377,7 +377,7 @@ jobs:
cp -r artifacts/$TOOLKIT_BUILD/* $GH_PAGES_DIR/javascript/develop/
- name: Download FONTS artifacts
uses: actions/download-artifact@v4.4.3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.FONTS }}-${{ github.run_id }}
path: artifacts/${{ env.FONTS }}
Expand Down

0 comments on commit 3a74958

Please sign in to comment.