Skip to content

Commit deb3235

Browse files
authored
Merge pull request #5 from Dwolla/update/sbt-typelevel-ci-release-0.8.3
Update sbt-typelevel-ci-release, ... to 0.8.3
2 parents 2a21d83 + a92b62b commit deb3235

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Upload target directories
8585
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
8989
path: targets.tar
@@ -120,7 +120,7 @@ jobs:
120120
run: sbt +update
121121

122122
- name: Download target directories (2.13, rootJS)
123-
uses: actions/download-artifact@v4
123+
uses: actions/download-artifact@v6
124124
with:
125125
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
126126

@@ -130,7 +130,7 @@ jobs:
130130
rm targets.tar
131131
132132
- name: Download target directories (2.13, rootJVM)
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v6
134134
with:
135135
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
136136

@@ -140,7 +140,7 @@ jobs:
140140
rm targets.tar
141141
142142
- name: Download target directories (2.12, rootJS)
143-
uses: actions/download-artifact@v4
143+
uses: actions/download-artifact@v6
144144
with:
145145
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
146146

@@ -150,7 +150,7 @@ jobs:
150150
rm targets.tar
151151
152152
- name: Download target directories (2.12, rootJVM)
153-
uses: actions/download-artifact@v4
153+
uses: actions/download-artifact@v6
154154
with:
155155
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
156156

@@ -160,7 +160,7 @@ jobs:
160160
rm targets.tar
161161
162162
- name: Download target directories (3, rootJS)
163-
uses: actions/download-artifact@v4
163+
uses: actions/download-artifact@v6
164164
with:
165165
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
166166

@@ -170,7 +170,7 @@ jobs:
170170
rm targets.tar
171171
172172
- name: Download target directories (3, rootJVM)
173-
uses: actions/download-artifact@v4
173+
uses: actions/download-artifact@v6
174174
with:
175175
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
176176

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.2")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.2")
5-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3")
5+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
66
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)