Skip to content

Commit 93686cb

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 139c547 commit 93686cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@ jobs:
229229
tar xf targets.tar
230230
rm targets.tar
231231
232-
- name: Download target directories (2.13.11)
232+
- name: Download target directories (2.13.13)
233233
uses: actions/download-artifact@v3
234234
with:
235-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11
235+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13
236236

237-
- name: Inflate target directories (2.13.11)
237+
- name: Inflate target directories (2.13.13)
238238
run: |
239239
tar xf targets.tar
240240
rm targets.tar

0 commit comments

Comments
 (0)