Skip to content

Commit c0fc1e9

Browse files
Update sbt-github-actions to 0.28.0 (#432)
* Update sbt-github-actions to 0.28.0 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 4b8087b commit c0fc1e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
uses: sbt/setup-sbt@v1
9292

9393
- name: Download target directories (2.11.12)
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v5
9595
with:
9696
name: target-${{ matrix.os }}-2.11.12-${{ matrix.java }}
9797

@@ -101,7 +101,7 @@ jobs:
101101
rm targets.tar
102102
103103
- name: Download target directories (2.12.20)
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
107107

@@ -111,7 +111,7 @@ jobs:
111111
rm targets.tar
112112
113113
- name: Download target directories (2.13.16)
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v5
115115
with:
116116
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
117117

@@ -121,7 +121,7 @@ jobs:
121121
rm targets.tar
122122
123123
- name: Download target directories (3.3.6)
124-
uses: actions/download-artifact@v4
124+
uses: actions/download-artifact@v5
125125
with:
126126
name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}
127127

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
22

3-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0")
3+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
44

55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
66

0 commit comments

Comments
 (0)