Skip to content

Commit dba5c46

Browse files
authored
Merge branch 'main' into update/scala3-library-3.7.3
2 parents 831e869 + cb6ad33 commit dba5c46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: sbt/setup-sbt@v1
9393

9494
- name: Download target directories (2.12.20)
95-
uses: actions/download-artifact@v4
95+
uses: actions/download-artifact@v5
9696
with:
9797
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
9898

@@ -102,7 +102,7 @@ jobs:
102102
rm targets.tar
103103
104104
- name: Download target directories (2.13.16)
105-
uses: actions/download-artifact@v4
105+
uses: actions/download-artifact@v5
106106
with:
107107
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
108108

@@ -112,7 +112,7 @@ jobs:
112112
rm targets.tar
113113
114114
- name: Download target directories (3.7.3)
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v5
116116
with:
117117
name: target-${{ matrix.os }}-3.7.3-${{ matrix.java }}
118118

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-site" % "1.6.0")
44
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
66
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.15")
7-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0")
7+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
88
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
99
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

0 commit comments

Comments
 (0)