Skip to content

Commit 3fda42a

Browse files
Merge pull request #136 from davenverse/update/sbt-typelevel-ci-release-0.6.5
Update sbt-typelevel-ci-release, ... to 0.6.5
2 parents 1529c95 + db56653 commit 3fda42a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/ci.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Java (temurin@8)
4343
id: setup-java-temurin-8
4444
if: matrix.java == 'temurin@8'
45-
uses: actions/setup-java@v3
45+
uses: actions/setup-java@v4
4646
with:
4747
distribution: temurin
4848
java-version: 8
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Upload target directories
9090
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9494
path: targets.tar
@@ -111,7 +111,7 @@ jobs:
111111
- name: Setup Java (temurin@8)
112112
id: setup-java-temurin-8
113113
if: matrix.java == 'temurin@8'
114-
uses: actions/setup-java@v3
114+
uses: actions/setup-java@v4
115115
with:
116116
distribution: temurin
117117
java-version: 8
@@ -122,7 +122,7 @@ jobs:
122122
run: sbt +update
123123

124124
- name: Download target directories (2.12, rediculousJS)
125-
uses: actions/download-artifact@v3
125+
uses: actions/download-artifact@v4
126126
with:
127127
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rediculousJS
128128

@@ -132,7 +132,7 @@ jobs:
132132
rm targets.tar
133133
134134
- name: Download target directories (2.12, rediculousJVM)
135-
uses: actions/download-artifact@v3
135+
uses: actions/download-artifact@v4
136136
with:
137137
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rediculousJVM
138138

@@ -142,7 +142,7 @@ jobs:
142142
rm targets.tar
143143
144144
- name: Download target directories (2.12, rediculousNative)
145-
uses: actions/download-artifact@v3
145+
uses: actions/download-artifact@v4
146146
with:
147147
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rediculousNative
148148

@@ -152,7 +152,7 @@ jobs:
152152
rm targets.tar
153153
154154
- name: Download target directories (2.13, rediculousJS)
155-
uses: actions/download-artifact@v3
155+
uses: actions/download-artifact@v4
156156
with:
157157
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rediculousJS
158158

@@ -162,7 +162,7 @@ jobs:
162162
rm targets.tar
163163
164164
- name: Download target directories (2.13, rediculousJVM)
165-
uses: actions/download-artifact@v3
165+
uses: actions/download-artifact@v4
166166
with:
167167
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rediculousJVM
168168

@@ -172,7 +172,7 @@ jobs:
172172
rm targets.tar
173173
174174
- name: Download target directories (2.13, rediculousNative)
175-
uses: actions/download-artifact@v3
175+
uses: actions/download-artifact@v4
176176
with:
177177
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rediculousNative
178178

@@ -182,7 +182,7 @@ jobs:
182182
rm targets.tar
183183
184184
- name: Download target directories (3, rediculousJS)
185-
uses: actions/download-artifact@v3
185+
uses: actions/download-artifact@v4
186186
with:
187187
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rediculousJS
188188

@@ -192,7 +192,7 @@ jobs:
192192
rm targets.tar
193193
194194
- name: Download target directories (3, rediculousJVM)
195-
uses: actions/download-artifact@v3
195+
uses: actions/download-artifact@v4
196196
with:
197197
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rediculousJVM
198198

@@ -202,7 +202,7 @@ jobs:
202202
rm targets.tar
203203
204204
- name: Download target directories (3, rediculousNative)
205-
uses: actions/download-artifact@v3
205+
uses: actions/download-artifact@v4
206206
with:
207207
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rediculousNative
208208

@@ -252,7 +252,7 @@ jobs:
252252
- name: Setup Java (temurin@8)
253253
id: setup-java-temurin-8
254254
if: matrix.java == 'temurin@8'
255-
uses: actions/setup-java@v3
255+
uses: actions/setup-java@v4
256256
with:
257257
distribution: temurin
258258
java-version: 8
@@ -284,7 +284,7 @@ jobs:
284284
- name: Setup Java (temurin@8)
285285
id: setup-java-temurin-8
286286
if: matrix.java == 'temurin@8'
287-
uses: actions/setup-java@v3
287+
uses: actions/setup-java@v4
288288
with:
289289
distribution: temurin
290290
java-version: 8
@@ -297,7 +297,7 @@ jobs:
297297
- name: Setup Java (temurin@11)
298298
id: setup-java-temurin-11
299299
if: matrix.java == 'temurin@11'
300-
uses: actions/setup-java@v3
300+
uses: actions/setup-java@v4
301301
with:
302302
distribution: temurin
303303
java-version: 11

project/plugins.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.2")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.2")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.5")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.5")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.5")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
66
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")

0 commit comments

Comments
 (0)