File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,22 +43,22 @@ jobs:
4343 - name : Move sdk distribution
4444 run : mkdir target/distributions/sdk/ && mv target/distributions/apache-groovy-sdk-*.zip target/distributions/sdk/
4545 - name : Upload binary distribution
46- uses : actions/upload-artifact@v1
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : apache-groovy-binary-SNAPSHOT
4949 path : target/distributions/binary/
5050 - name : Upload src distribution
51- uses : actions/upload-artifact@v1
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : apache-groovy-src-SNAPSHOT
5454 path : target/distributions/src/
5555 - name : Upload docs distribution
56- uses : actions/upload-artifact@v1
56+ uses : actions/upload-artifact@v4
5757 with :
5858 name : apache-groovy-docs-SNAPSHOT
5959 path : target/distributions/docs/
6060 - name : Upload sdk distribution
61- uses : actions/upload-artifact@v1
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : apache-groovy-sdk-SNAPSHOT
6464 path : target/distributions/sdk/
You can’t perform that action at this time.
0 commit comments