Skip to content

Commit 8e75af7

Browse files
Update sbt-typelevel-ci-release, ... to 0.8.3 (#294)
* Update sbt-typelevel-ci-release, ... to 0.8.3 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --------- Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
1 parent 1a77cce commit 8e75af7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Upload target directories
9393
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v5
9595
with:
9696
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}-${{ matrix.project }}
9797
path: targets.tar
@@ -128,7 +128,7 @@ jobs:
128128
run: sbt +update
129129

130130
- name: Download target directories (3, rootJS)
131-
uses: actions/download-artifact@v4
131+
uses: actions/download-artifact@v6
132132
with:
133133
name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS
134134

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

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

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.2")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.2")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3")
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
55
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
66
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 commit comments

Comments
 (0)