File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PWD }}
57
57
58
58
- name : Cache Jars
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : scanoss-jars
62
62
path : ./target/*.jar
@@ -135,14 +135,14 @@ jobs:
135
135
136
136
- name : Cache ${{ matrix.os }} Binary Unix
137
137
if : runner.os != 'Windows'
138
- uses : actions/upload-artifact@v3
138
+ uses : actions/upload-artifact@v4
139
139
with :
140
140
name : scanoss-jars
141
141
path : ./target/scanoss-java-${{ matrix.os }}
142
142
143
143
- name : Cache ${{ matrix.os }} Binary Windows
144
144
if : runner.os == 'Windows'
145
- uses : actions/upload-artifact@v3
145
+ uses : actions/upload-artifact@v4
146
146
with :
147
147
name : scanoss-jars
148
148
path : ./target/scanoss-java-${{ matrix.os }}.exe
@@ -158,7 +158,7 @@ jobs:
158
158
- uses : actions/checkout@v4
159
159
160
160
- name : Download Cached artifacts
161
- uses : actions/download-artifact@v3
161
+ uses : actions/download-artifact@v4
162
162
with :
163
163
name : scanoss-jars
164
164
path : target
You can’t perform that action at this time.
0 commit comments