Skip to content

Commit bf23cb0

Browse files
Update sbt-github-actions to 0.28.0 (#630)
* Update sbt-github-actions to 0.28.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 880a221 commit bf23cb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: sbt/setup-sbt@v1
142142

143143
- name: Download target directories (2.12.20)
144-
uses: actions/download-artifact@v4
144+
uses: actions/download-artifact@v5
145145
with:
146146
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
147147

@@ -151,7 +151,7 @@ jobs:
151151
rm targets.tar
152152
153153
- name: Download target directories (2.13.16)
154-
uses: actions/download-artifact@v4
154+
uses: actions/download-artifact@v5
155155
with:
156156
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
157157

@@ -161,7 +161,7 @@ jobs:
161161
rm targets.tar
162162
163163
- name: Download target directories (3.3.6)
164-
uses: actions/download-artifact@v4
164+
uses: actions/download-artifact@v5
165165
with:
166166
name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
167167

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88
addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.9")
99
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
1010
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
11-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0")
11+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")

0 commit comments

Comments
 (0)