File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 92
92
93
93
- name : Upload target directories
94
94
if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/series/0.1')
95
- uses : actions/upload-artifact@v3
95
+ uses : actions/upload-artifact@v4
96
96
with :
97
97
name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
98
98
path : targets.tar
@@ -126,7 +126,7 @@ jobs:
126
126
run : sbt +update
127
127
128
128
- name : Download target directories (3, rootJS)
129
- uses : actions/download-artifact@v3
129
+ uses : actions/download-artifact@v4
130
130
with :
131
131
name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
132
132
@@ -136,7 +136,7 @@ jobs:
136
136
rm targets.tar
137
137
138
138
- name : Download target directories (3, rootJVM)
139
- uses : actions/download-artifact@v3
139
+ uses : actions/download-artifact@v4
140
140
with :
141
141
name : target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
142
142
You can’t perform that action at this time.
0 commit comments