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 9696
9797 - name : Upload target directories
9898 if : github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v5
100100 with :
101101 name : target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
102102 path : targets.tar
@@ -133,7 +133,7 @@ jobs:
133133 run : sbt +update
134134
135135 - name : Download target directories (2.12)
136- uses : actions/download-artifact@v4
136+ uses : actions/download-artifact@v6
137137 with :
138138 name : target-${{ matrix.os }}-${{ matrix.java }}-2.12
139139
@@ -143,7 +143,7 @@ jobs:
143143 rm targets.tar
144144
145145 - name : Download target directories (2.13)
146- uses : actions/download-artifact@v4
146+ uses : actions/download-artifact@v6
147147 with :
148148 name : target-${{ matrix.os }}-${{ matrix.java }}-2.13
149149
@@ -153,7 +153,7 @@ jobs:
153153 rm targets.tar
154154
155155 - name : Download target directories (3)
156- uses : actions/download-artifact@v4
156+ uses : actions/download-artifact@v6
157157 with :
158158 name : target-${{ matrix.os }}-${{ matrix.java }}-3
159159
You can’t perform that action at this time.
0 commit comments