Skip to content

Commit b659d03

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent f8c0b46 commit b659d03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)