Skip to content

Commit 1cae7f3

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 31c50a7 commit 1cae7f3

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
@@ -105,12 +105,12 @@ jobs:
105105
tar xf targets.tar
106106
rm targets.tar
107107
108-
- name: Download target directories (2.13.17)
108+
- name: Download target directories (2.13.18)
109109
uses: actions/download-artifact@v5
110110
with:
111-
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
111+
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
112112

113-
- name: Inflate target directories (2.13.17)
113+
- name: Inflate target directories (2.13.18)
114114
run: |
115115
tar xf targets.tar
116116
rm targets.tar

0 commit comments

Comments
 (0)