Skip to content

Commit 23f02cb

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 0cb7071 commit 23f02cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Upload target directories
119119
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v5
121121
with:
122122
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
123123
path: targets.tar
@@ -180,7 +180,7 @@ jobs:
180180
run: sbt +update
181181

182182
- name: Download target directories (2.12)
183-
uses: actions/download-artifact@v4
183+
uses: actions/download-artifact@v6
184184
with:
185185
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12
186186

0 commit comments

Comments
 (0)