Skip to content

Commit

Permalink
Update actions/upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Jan 30, 2025
1 parent 10e0282 commit c22a802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conversion-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
fi
./converter.sh input_pack.zip -w "false" -m ${MERGE_PACK_FILE} -a ${ATTACHABLE_MATERIAL} -b ${BLOCK_MATERIAL} -f ${DEFAULT_PACK_URL} -v ${DEFAULT_ASSETS_VERSION} -r ${RENAME_MODEL_FILES} -s ${ARCHIVE_SCRATCH} -u "true"
- name: Upload converted pack
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Pack Files
path: |
Expand Down

0 comments on commit c22a802

Please sign in to comment.