File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,22 +43,22 @@ jobs:
43
43
- name : Move sdk distribution
44
44
run : mkdir target/distributions/sdk/ && mv target/distributions/apache-groovy-sdk-*.zip target/distributions/sdk/
45
45
- name : Upload binary distribution
46
- uses : actions/upload-artifact@v1
46
+ uses : actions/upload-artifact@v4
47
47
with :
48
48
name : apache-groovy-binary-SNAPSHOT
49
49
path : target/distributions/binary/
50
50
- name : Upload src distribution
51
- uses : actions/upload-artifact@v1
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : apache-groovy-src-SNAPSHOT
54
54
path : target/distributions/src/
55
55
- name : Upload docs distribution
56
- uses : actions/upload-artifact@v1
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : apache-groovy-docs-SNAPSHOT
59
59
path : target/distributions/docs/
60
60
- name : Upload sdk distribution
61
- uses : actions/upload-artifact@v1
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : apache-groovy-sdk-SNAPSHOT
64
64
path : target/distributions/sdk/
You can’t perform that action at this time.
0 commit comments