Skip to content

Conversation

@sboorlagadda
Copy link
Member

@sboorlagadda sboorlagadda commented May 8, 2025

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

@sboorlagadda sboorlagadda requested a review from Copilot May 8, 2025 14:01
Copy link

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 GitHub Action used for uploading artifacts from version v3 to v4 to address deprecation concerns.

  • Replaces instances of actions/upload-artifact@v3 with actions/upload-artifact@v4
  • Updates multiple workflow steps to use the new action version
Comments suppressed due to low confidence (1)

.github/workflows/gradle.yml:142

  • Confirm that actions/upload-artifact@v4 supports the same input parameters and behavior as v3; review its documentation to ensure compatibility with the existing workflow configuration.
   - uses: actions/upload-artifact@v4

@CalvinKirs CalvinKirs merged commit 39f87ad into develop May 9, 2025
14 of 17 checks passed
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.

2 participants