Skip to content

Commit 41551b7

Browse files
committed
upgrade CI
1 parent 812b9c6 commit 41551b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
uses: sbt/setup-sbt@v1
134134

135135
- name: Download target directories (2.11.12)
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@v5
137137
with:
138138
name: target-${{ matrix.os }}-2.11.12-${{ matrix.java }}
139139

@@ -143,7 +143,7 @@ jobs:
143143
rm targets.tar
144144
145145
- name: Download target directories (2.12.20)
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v5
147147
with:
148148
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
149149

@@ -153,7 +153,7 @@ jobs:
153153
rm targets.tar
154154
155155
- name: Download target directories (2.13.16)
156-
uses: actions/download-artifact@v4
156+
uses: actions/download-artifact@v5
157157
with:
158158
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
159159

@@ -163,7 +163,7 @@ jobs:
163163
rm targets.tar
164164
165165
- name: Download target directories (3.3.6)
166-
uses: actions/download-artifact@v4
166+
uses: actions/download-artifact@v5
167167
with:
168168
name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
169169

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.5
1+
sbt.version=1.11.6

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
88

99
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1010

11-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0")
11+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
1212

1313
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
1414
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)