Skip to content

Commit cbe5e74

Browse files
authored
Merge pull request #271 from Dwolla/update/sbt-typelevel-ci-release-0.8.3
Update sbt-typelevel-ci-release, ... to 0.8.3
2 parents 562dede + ebb38e0 commit cbe5e74

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Upload target directories
8080
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
8484
path: targets.tar
@@ -115,7 +115,7 @@ jobs:
115115
run: sbt +update
116116

117117
- name: Download target directories (per-project-matrix)
118-
uses: actions/download-artifact@v4
118+
uses: actions/download-artifact@v6
119119
with:
120120
name: target-${{ matrix.os }}-${{ matrix.java }}-per-project-matrix
121121

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.2")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.2")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
66
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.4")
77
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

0 commit comments

Comments
 (0)