Skip to content

Commit 9759ad6

Browse files
authored
Merge pull request #774 from scala-steward/update/sbt-github-actions-0.30.0
Update sbt-github-actions to 0.30.0
2 parents 1c65f26 + 1a15690 commit 9759ad6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: tar cf targets.tar benchmarks/target mongo/target json/json-core/target mongo/mongo-core/target json/target util/target json/json-derivation/target target util-test/target mongo/mongo-derivation/target project/target
6363

6464
- name: Upload target directories
65-
uses: actions/upload-artifact@v5
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
6868
path: targets.tar
@@ -95,7 +95,7 @@ jobs:
9595
uses: sbt/setup-sbt@v1
9696

9797
- name: Download target directories (2.12.21)
98-
uses: actions/download-artifact@v6
98+
uses: actions/download-artifact@v8
9999
with:
100100
name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }}
101101

@@ -105,7 +105,7 @@ jobs:
105105
rm targets.tar
106106
107107
- name: Download target directories (2.13.18)
108-
uses: actions/download-artifact@v6
108+
uses: actions/download-artifact@v8
109109
with:
110110
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
111111

@@ -115,7 +115,7 @@ jobs:
115115
rm targets.tar
116116
117117
- name: Download target directories (3.3.7)
118-
uses: actions/download-artifact@v6
118+
uses: actions/download-artifact@v8
119119
with:
120120
name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }}
121121

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.8.0")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
66

77
// https://github.com/djspiewak/sbt-github-actions/releases
8-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
8+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0")
99

1010
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
1111

0 commit comments

Comments
 (0)