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 9191 uses : sbt/setup-sbt@v1
9292
9393 - name : Download target directories (2.11.12)
94- uses : actions/download-artifact@v4
94+ uses : actions/download-artifact@v5
9595 with :
9696 name : target-${{ matrix.os }}-2.11.12-${{ matrix.java }}
9797
@@ -101,7 +101,7 @@ jobs:
101101 rm targets.tar
102102
103103 - name : Download target directories (2.12.20)
104- uses : actions/download-artifact@v4
104+ uses : actions/download-artifact@v5
105105 with :
106106 name : target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
107107
@@ -111,7 +111,7 @@ jobs:
111111 rm targets.tar
112112
113113 - name : Download target directories (2.13.16)
114- uses : actions/download-artifact@v4
114+ uses : actions/download-artifact@v5
115115 with :
116116 name : target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
117117
@@ -121,7 +121,7 @@ jobs:
121121 rm targets.tar
122122
123123 - name : Download target directories (3.3.6)
124- uses : actions/download-artifact@v4
124+ uses : actions/download-artifact@v5
125125 with :
126126 name : target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
127127
You can’t perform that action at this time.
0 commit comments