Skip to content

Upgrade actions/upload-artifact to v4 in CI and release workflows#3

Merged
tky0065 merged 1 commit intomainfrom
master
Jul 4, 2025
Merged

Upgrade actions/upload-artifact to v4 in CI and release workflows#3
tky0065 merged 1 commit intomainfrom
master

Conversation

@tky0065
Copy link
Owner

@tky0065 tky0065 commented Jul 4, 2025

This pull request updates the GitHub Actions workflows to use the latest version of the actions/upload-artifact action and removes a step for generating test reports in the CI workflow.

Updates to GitHub Actions workflows:

  • .github/workflows/ci.yml: Updated the actions/upload-artifact action from version v3 to v4 in the "Upload build artifacts" and "Archive test results" steps. Additionally, the "Generate test reports" step, which ran ./gradlew jacocoTestReport, was removed. [1] [2]
  • .github/workflows/release.yml: Updated the actions/upload-artifact action from version v3 to v4 in the "Upload plugin artifact" step.

@tky0065 tky0065 merged commit 51d9c46 into main Jul 4, 2025
1 check 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.

1 participant

Comments