leborchuk commented on code in PR #1874:
URL: https://github.com/apache/cloudberry/pull/1874#discussion_r3690321725
##########
.github/workflows/apache-rat-audit.yml:
##########
@@ -52,12 +52,12 @@ jobs:
steps:
- name: Check out repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
Review Comment:
Do not want to try v7 since we change here actions
https://github.com/actions/checkout ?
##########
.github/workflows/apache-rat-audit.yml:
##########
@@ -195,7 +195,7 @@ jobs:
- name: Upload Rat check results
if: always()
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
Review Comment:
Yep, v7 looks good enough https://github.com/actions/upload-artifact/releases
##########
.github/workflows/apache-rat-audit.yml:
##########
@@ -52,12 +52,12 @@ jobs:
steps:
- name: Check out repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 1
- name: Set up Java and Maven
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v5
Review Comment:
Yep, v6 is still in development https://github.com/actions/setup-java -
let's use v5
##########
.github/workflows/build-cloudberry.yml:
##########
@@ -836,7 +836,7 @@ jobs:
- name: Download Cloudberry RPM build artifacts
if: needs.check-skip.outputs.should_skip != 'true'
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
Review Comment:
Yep, v8 is good enough
https://github.com/actions/download-artifact/releases#release-v8.0.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]