File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
sed -i "s/version=.*-SNAPSHOT$/version=$version/1" gradle.properties
63
63
./gradlew clean build -x test
64
64
- name : Archive plugin-comment-widget jar
65
- uses : actions/upload-artifact@v2
65
+ uses : actions/upload-artifact@v4
66
66
with :
67
67
name : plugin-comment-widget
68
68
path : |
75
75
if : github.event_name == 'release'
76
76
steps :
77
77
- name : Download plugin-comment-widget jar
78
- uses : actions/download-artifact@v2
78
+ uses : actions/download-artifact@v4
79
79
with :
80
80
name : plugin-comment-widget
81
81
path : build/libs
@@ -123,7 +123,7 @@ jobs:
123
123
with :
124
124
submodules : true
125
125
- name : Download plugin-comment-widget jar
126
- uses : actions/download-artifact@v2
126
+ uses : actions/download-artifact@v4
127
127
with :
128
128
name : plugin-comment-widget
129
129
path : build/libs
You can’t perform that action at this time.
0 commit comments