Skip to content

Commit 763a2c6

Browse files
committed
Merge remote-tracking branch 'origin/update/series/0.24/sbt-http4s-org-2.0.3' into series/0.24
2 parents cf9fd3e + b659d03 commit 763a2c6

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
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Upload target directories
128128
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v5
130130
with:
131131
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
132132
path: targets.tar
@@ -189,7 +189,7 @@ jobs:
189189
run: sbt +update
190190

191191
- name: Download target directories (2.12)
192-
uses: actions/download-artifact@v4
192+
uses: actions/download-artifact@v6
193193
with:
194194
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12
195195

@@ -199,7 +199,7 @@ jobs:
199199
rm targets.tar
200200
201201
- name: Download target directories (2.13)
202-
uses: actions/download-artifact@v4
202+
uses: actions/download-artifact@v6
203203
with:
204204
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13
205205

@@ -209,7 +209,7 @@ jobs:
209209
rm targets.tar
210210
211211
- name: Download target directories (3)
212-
uses: actions/download-artifact@v4
212+
uses: actions/download-artifact@v6
213213
with:
214214
name: target-${{ matrix.os }}-${{ matrix.java }}-3
215215

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "2.0.2")
1+
addSbtPlugin("org.http4s" % "sbt-http4s-org" % "2.0.3")

0 commit comments

Comments
 (0)