ci(deps)(deps): bump actions/upload-artifact from 4 to 6#269
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
ci(deps)(deps): bump actions/upload-artifact from 4 to 6#269dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
paxcalpt
added a commit
that referenced
this pull request
Feb 5, 2026
Two bug fixes based on user feedback: 1. **Title spacing**: Removed extra blank line in template.tex between title commands and author list. This fixes unwanted spacing after the document title in generated PDFs. 2. **Character encoding**: Enhanced encode_html_entities() to handle all Unicode characters, not just those with named HTML entities. Characters without named entities now use numeric character references (e.g., č → č, ū → ū, ė → ė). Example: "Vaitkevičiūtė" now correctly converts to "Vaitkevičiūtė" in bioRxiv submission files. Tests: - Added comprehensive tests for Lithuanian characters - All 23 bioRxiv tests pass - All 16 template processor tests pass Fixes reported by Guillaume Jacquemet Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
paxcalpt
added a commit
that referenced
this pull request
Feb 5, 2026
* fix: resolve title spacing and Lithuanian character encoding issues Two bug fixes based on user feedback: 1. **Title spacing**: Removed extra blank line in template.tex between title commands and author list. This fixes unwanted spacing after the document title in generated PDFs. 2. **Character encoding**: Enhanced encode_html_entities() to handle all Unicode characters, not just those with named HTML entities. Characters without named entities now use numeric character references (e.g., č → č, ū → ū, ė → ė). Example: "Vaitkevičiūtė" now correctly converts to "Vaitkevičiūtė" in bioRxiv submission files. Tests: - Added comprehensive tests for Lithuanian characters - All 23 bioRxiv tests pass - All 16 template processor tests pass Fixes reported by Guillaume Jacquemet Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix: add newlines after section headers in LaTeX output The real issue reported by Guillaume was that markdown section headers (###) were not creating proper spacing in the LaTeX output. When converted, the section command would run directly into the following text without a blank line. Changes: - Added newline (\n) after all section commands in _convert_headers() - Added newline to the safety net regex that catches unconverted headers - Reverted incorrect template.tex change (that was for document title, not section headers) Before: \subsubsection{Title}Text starts immediately After: \subsubsection{Title}\n\nText properly separated This ensures proper spacing between section titles and content in the generated PDFs. Tests: All 60 md2tex tests pass Fixes issue reported by Guillaume Jacquemet Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix: increase spacing after subsubsection titles from 1pt to 8pt The runin subsubsection format was adding a period and space after titles, but only 1pt of spacing afterward was too small, causing text to run together (e.g., "Manuscripts.A" instead of proper spacing). Changed \titlespacing* for \subsubsection from {1pt} to {8pt} to match paragraph spacing and create proper visual separation. Before: "From Static Text to Self-Updating Manuscripts.A central" After: "From Static Text to Self-Updating Manuscripts. A central" Fixes spacing issue reported by Guillaume Jacquemet Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix: use \enskip for proper space after subsubsection titles Changed from regular space to \enskip command to ensure consistent, visible spacing after runin subsubsection titles with periods. Before: {#1. } or {#1.~} - inconsistent spacing After: {#1.\enskip} - reliable half-em space Visual verification shows proper spacing in PDF between section title and following text (e.g., "Manuscripts. A central" with clear space). Fixes spacing issue reported by Guillaume Jacquemet Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * chore: bump version to 1.19.1 - Fixed bioRxiv character encoding for all Unicode characters - Fixed LaTeX section spacing issues in PDF output --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/upload-artifact from 4 to 6.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)