Skip to content

Commit 7858dc5

Browse files
authored
Merge pull request #99 from typelevel/update/sbt-typelevel-0.6.5
Update sbt-typelevel, sbt-typelevel-site to 0.6.5
2 parents 723346b + 24f4367 commit 7858dc5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Upload target directories
8686
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9090
path: targets.tar
@@ -118,7 +118,7 @@ jobs:
118118
run: sbt +update
119119

120120
- name: Download target directories (2.12, rootJS)
121-
uses: actions/download-artifact@v3
121+
uses: actions/download-artifact@v4
122122
with:
123123
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS
124124

@@ -128,7 +128,7 @@ jobs:
128128
rm targets.tar
129129
130130
- name: Download target directories (2.12, rootJVM)
131-
uses: actions/download-artifact@v3
131+
uses: actions/download-artifact@v4
132132
with:
133133
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM
134134

@@ -138,7 +138,7 @@ jobs:
138138
rm targets.tar
139139
140140
- name: Download target directories (2.13, rootJS)
141-
uses: actions/download-artifact@v3
141+
uses: actions/download-artifact@v4
142142
with:
143143
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS
144144

@@ -148,7 +148,7 @@ jobs:
148148
rm targets.tar
149149
150150
- name: Download target directories (2.13, rootJVM)
151-
uses: actions/download-artifact@v3
151+
uses: actions/download-artifact@v4
152152
with:
153153
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM
154154

@@ -158,7 +158,7 @@ jobs:
158158
rm targets.tar
159159
160160
- name: Download target directories (3, rootJS)
161-
uses: actions/download-artifact@v3
161+
uses: actions/download-artifact@v4
162162
with:
163163
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
164164

@@ -168,7 +168,7 @@ jobs:
168168
rm targets.tar
169169
170170
- name: Download target directories (3, rootJVM)
171-
uses: actions/download-artifact@v3
171+
uses: actions/download-artifact@v4
172172
with:
173173
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM
174174

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.3")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.5")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")

0 commit comments

Comments
 (0)