This repository was archived by the owner on Apr 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
run : chmod +x gradlew
25
25
- name : Build with Gradle
26
26
run : ./gradlew build --continue -PideaVersion=IU-LATEST-EAP-SNAPSHOT
27
- - uses : actions/upload-artifact@v3
27
+ - uses : actions/upload-artifact@v4
28
28
if : always()
29
29
with :
30
30
name : test-reports
Original file line number Diff line number Diff line change 24
24
echo ${{ github.event.number }} > ./prInfo/PR
25
25
echo ${{ github.base_ref }} > ./prInfo/base_ref
26
26
echo ${{ github.head_ref }} > ./prInfo/head_ref
27
- - uses : actions/upload-artifact@v3
27
+ - uses : actions/upload-artifact@v4
28
28
with :
29
29
name : prInfo
30
30
path : prInfo/
47
47
run : chmod +x gradlew
48
48
- name : Build with Gradle
49
49
run : ./gradlew build --continue --no-daemon
50
- - uses : actions/upload-artifact@v3
50
+ - uses : actions/upload-artifact@v4
51
51
if : always()
52
52
with :
53
53
name : ${{ matrix.os }}-test-reports
@@ -106,7 +106,7 @@ jobs:
106
106
# Xvfb -ac :99 -screen 0 1920x1080x16 &
107
107
# sleep 10
108
108
# ./gradlew integrationUITest --info --continue
109
- - uses : actions/upload-artifact@v3
109
+ - uses : actions/upload-artifact@v4
110
110
if : always()
111
111
with :
112
112
name : kubernetes-integration-tests-reports
Original file line number Diff line number Diff line change 27
27
- name : Verify with Gradle
28
28
run : ./gradlew runPluginVerifier -PideaVersion=${{ matrix.IJ }}
29
29
- name : Upload report
30
- uses : actions/upload-artifact@v3
30
+ uses : actions/upload-artifact@v4
31
31
if : always()
32
32
with :
33
33
name : verifier-report
You can’t perform that action at this time.
0 commit comments