Skip to content

Commit 6367453

Browse files
authored
Merge pull request #1394 from scala-steward/update/sbt-typelevel-mergify-0.8.3
Update sbt-typelevel-mergify to 0.8.3
2 parents c5283a2 + 9d90adb commit 6367453

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
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Upload target directories
8282
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
8686
path: targets.tar
@@ -117,7 +117,7 @@ jobs:
117117
run: sbt +update
118118

119119
- name: Download target directories (2.12)
120-
uses: actions/download-artifact@v4
120+
uses: actions/download-artifact@v6
121121
with:
122122
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12
123123

@@ -127,7 +127,7 @@ jobs:
127127
rm targets.tar
128128
129129
- name: Download target directories (2.13)
130-
uses: actions/download-artifact@v4
130+
uses: actions/download-artifact@v6
131131
with:
132132
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13
133133

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
2020

2121
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.2")
2222

23-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2")
23+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
2424

2525
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")

0 commit comments

Comments
 (0)