Skip to content

Commit 614ff61

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 0cabd68 commit 614ff61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Upload target directories
124124
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v5
126126
with:
127127
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
128128
path: targets.tar
@@ -185,7 +185,7 @@ jobs:
185185
run: sbt +update
186186

187187
- name: Download target directories (2.12)
188-
uses: actions/download-artifact@v4
188+
uses: actions/download-artifact@v6
189189
with:
190190
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12
191191

@@ -195,7 +195,7 @@ jobs:
195195
rm targets.tar
196196
197197
- name: Download target directories (2.13)
198-
uses: actions/download-artifact@v4
198+
uses: actions/download-artifact@v6
199199
with:
200200
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13
201201

0 commit comments

Comments
 (0)