Skip to content

Conversation

@robertpanzer
Copy link
Member

Thank you for opening a pull request and contributing to AsciidoctorJ!

Please take a bit of time giving some details about your pull request:

Kind of change

  • Bug fix
  • New non-breaking feature
  • New breaking feature
  • Documentation update
  • Build improvement

Description

What is the goal of this pull request?

The CI build currently fails on Windows because it uses a deprecated version of the gh action upload-artifact.
This PR should fix the windows build again.

How does it achieve that?

Upgrade the version of the upload-artifact action.

Are there any alternative ways to implement this?

Yes, disable the windows build. But it's better to keep it.

Are there any implications of this pull request? Anything a user must know?

No.

Issue

Fixes #1294.

@robertpanzer robertpanzer merged commit 12eca16 into asciidoctor:main Feb 3, 2025
12 checks passed
@robertpanzer robertpanzer deleted the fix-1294-upgrade-upload-artifact branch February 3, 2025 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI build fails on windows due to deprecated gh action upload-artifact@v3

1 participant