Skip to content

ci: move artifact upload action to Node 24-compatible version#363

Open
ar-agt wants to merge 1 commit into
mainfrom
ci/node24-actions
Open

ci: move artifact upload action to Node 24-compatible version#363
ar-agt wants to merge 1 commit into
mainfrom
ci/node24-actions

Conversation

@ar-agt

@ar-agt ar-agt commented Apr 18, 2026

Copy link
Copy Markdown
Collaborator

This updates the remaining GitHub Actions dependency in jPOS-EE that still runs on Node 20.

Why:

  • recent jPOS-EE workflow runs emitted GitHub's Node 20 deprecation warning
  • jPOS-EE itself is not using Node directly, the warning comes from a JavaScript-based GitHub Action
  • actions/upload-artifact@v4 in jpos-ee.yml still runs on Node 20

Change:

  • actions/upload-artifact@v4 -> @v7

This moves the workflow to a Node 24-compatible artifact upload action and should eliminate the deprecation warning on future runs.

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