File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 sed -i "s/version=.*-SNAPSHOT$/version=$version/1" gradle.properties
6363 ./gradlew clean build -x test
6464 - name : Archive plugin-comment-widget jar
65- uses : actions/upload-artifact@v2
65+ uses : actions/upload-artifact@v4
6666 with :
6767 name : plugin-comment-widget
6868 path : |
7575 if : github.event_name == 'release'
7676 steps :
7777 - name : Download plugin-comment-widget jar
78- uses : actions/download-artifact@v2
78+ uses : actions/download-artifact@v4
7979 with :
8080 name : plugin-comment-widget
8181 path : build/libs
@@ -123,7 +123,7 @@ jobs:
123123 with :
124124 submodules : true
125125 - name : Download plugin-comment-widget jar
126- uses : actions/download-artifact@v2
126+ uses : actions/download-artifact@v4
127127 with :
128128 name : plugin-comment-widget
129129 path : build/libs
You can’t perform that action at this time.
0 commit comments