Skip to content

Commit 15118ba

Browse files
authored
Merge pull request #137 from typelevel/update/sbt-typelevel-0.6.5
Update sbt-typelevel, ... to 0.6.5
2 parents 3d1f7a2 + 749b06c commit 15118ba

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -122,7 +122,7 @@ jobs:
122122
run: sbt +update
123123

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

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

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

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

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

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val sbtTlVersion = "0.6.4"
1+
val sbtTlVersion = "0.6.5"
22
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion)
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion)
44
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion)

0 commit comments

Comments
 (0)