Skip to content

Commit

Permalink
Update ci_build.yml
Browse files Browse the repository at this point in the history
* Update artifact upload
  • Loading branch information
lpugin authored Nov 6, 2024
1 parent 6cd1d51 commit a7f0122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v3
uses: actions/upload-artifact@v4.1.7
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@v3
uses: actions/upload-artifact@v4.1.7
with:
name: ${{ env.TOOLKIT_BUILD }}
path: ${{ github.workspace }}/${{ env.TEMP_DIR }}
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@v3
uses: actions/upload-artifact@v4.1.7
with:
name: ${{ env.DOC_BUILD }}
path: ${{ github.workspace }}/${{ env.DOXYGEN_DIR }}
Expand Down

0 comments on commit a7f0122

Please sign in to comment.