Skip to content

Custom Parser #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Custom Parser #6

wants to merge 5 commits into from

Conversation

MidnightDesign
Copy link
Contributor

No description provided.

@MidnightDesign MidnightDesign requested a review from Copilot March 27, 2025 06:19
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the artifact upload action in the GitHub Actions workflow for the project.

  • Updated the artifact upload action from v3 to v4
  • Ensures that the workflow uses the latest version of the action for improved functionality
Files not reviewed (14)
  • composer.json: Language not supported
  • src/Json.php: Language not supported
  • src/JsonError.php: Language not supported
  • src/Parser/Location.php: Language not supported
  • src/Parser/Parser.php: Language not supported
  • src/Parser/Span.php: Language not supported
  • src/Parser/SyntaxError.php: Language not supported
  • src/Parser/Token.php: Language not supported
  • src/Parser/TokenLocation.php: Language not supported
  • src/Parser/Tokenizer.php: Language not supported
  • src/Type/JsonType.php: Language not supported
  • tests/unit/Fixtures/InvalidArrayConstructorParamTag.php: Language not supported
  • tests/unit/Parser/ParserTest.php: Language not supported
  • tests/unit/Parser/TokenizerTest.php: Language not supported

@@ -174,7 +174,7 @@ jobs:
-jmax

- name: Save Infection result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
Copy link
Preview

Copilot AI Mar 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirm that the new version (v4) of actions/upload-artifact uses the same configuration parameters as v3, and adjust inputs if the API has changed.

Copilot uses AI. Check for mistakes.

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.

1 participant