Skip to content

Commit ce1725a

Browse files
Merge pull request #815 from typelevel/update/sbt-typelevel-0.8.3
Update sbt-typelevel to 0.8.3
2 parents 09a70cd + 38ec855 commit ce1725a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

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

9696
- name: Upload target directories
9797
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
with:
100100
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
101101
path: targets.tar
@@ -145,7 +145,7 @@ jobs:
145145
run: sbt +update
146146

147147
- name: Download target directories (3)
148-
uses: actions/download-artifact@v4
148+
uses: actions/download-artifact@v6
149149
with:
150150
name: target-${{ matrix.os }}-${{ matrix.java }}-3
151151

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.2")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.3")
22

33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
44
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")

0 commit comments

Comments
 (0)