Skip to content

Commit

Permalink
Update ci_build.yml
Browse files Browse the repository at this point in the history
* Fix version to v4.4.3
  • Loading branch information
lpugin authored Nov 6, 2024
1 parent a7f0122 commit 48e4c01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:

- name: Upload js build artifact (${{ matrix.toolkit.target }})
if: ${{ matrix.toolkit.upload == true }}
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4.4.3
with:
name: ${{ env.TOOLKIT_BUILD }}
path: ${{ github.workspace }}/${{ env.TEMP_DIR }}/${{ matrix.toolkit.filepath }}
Expand All @@ -301,7 +301,7 @@ jobs:
run: cp data/*.css $GITHUB_WORKSPACE/$TEMP_DIR/data/

- name: Upload font data artifact
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4.4.3
with:
name: ${{ env.TOOLKIT_BUILD }}
path: ${{ github.workspace }}/${{ env.TEMP_DIR }}
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
path: ${{ env.GH_PAGES_DIR }}

- name: Download TOOLKIT_BUILD artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.4.3
with:
name: ${{ env.TOOLKIT_BUILD }}
path: artifacts/${{ env.TOOLKIT_BUILD }}
Expand Down Expand Up @@ -455,7 +455,7 @@ jobs:
run: (cat verovio.conf ; echo "OUTPUT_DIRECTORY = $GITHUB_WORKSPACE/$DOXYGEN_DIR") | doxygen -

- name: Upload doxygen build artifact
uses: actions/upload-artifact@v4.1.7
uses: actions/upload-artifact@v4.4.3
with:
name: ${{ env.DOC_BUILD }}
path: ${{ github.workspace }}/${{ env.DOXYGEN_DIR }}
Expand Down

0 comments on commit 48e4c01

Please sign in to comment.