File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ jobs:
101101 JRELEASER_PLATFORM_OVERRIDE : ${{ matrix.job.jreleaser_platform }}
102102
103103 - name : Upload artifacts
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v3
105105 with :
106106 retention-days : 1
107107 name : artifacts
108108 path : |
109109 out/jreleaser/assemble/sdkman-cli-native/archive/*.zip
110110 - name : JReleaser output
111111 if : always()
112- uses : actions/upload-artifact@v4
112+ uses : actions/upload-artifact@v3
113113 with :
114114 retention-days : 1
115115 name : jreleaser-${{ matrix.job.target }}
@@ -145,7 +145,7 @@ jobs:
145145
146146 - name : JReleaser output
147147 if : always()
148- uses : actions/upload-artifact@v4
148+ uses : actions/upload-artifact@v3
149149 with :
150150 retention-days : 1
151151 name : jreleaser-release
You can’t perform that action at this time.
0 commit comments