-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
There are warnings in github actions summary page:
- Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2, AdoptOpenJDK/install-jdk@v1
- The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Starting 1st June 2023 workflows using save-state or set-output commands via stdout will fail with an error.
- Unhandled error: TypeError: Cannot read properties of undefined (reading 'listWorkflowRunArtifacts')
We should upgrade to the following actions:
actions/checkout@v3: https://github.com/actions/checkout
actions/setup-java@v3: https://github.com/actions/setup-java
actions/upload-artifact@v3: https://github.com/actions/upload-artifact
actions/github-script@v6.3.3: https://github.com/actions/github-script
actions/stale@v7: https://github.com/actions/stale
- clones
-
EJBCLIENT-478 Upgrade github actions to avoid github action warnings
- Resolved