Skip to content

Commit 4f0a536

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent dbd4072 commit 4f0a536

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ jobs:
109109
tar xf targets.tar
110110
rm targets.tar
111111
112-
- name: Download target directories (2.13.16)
112+
- name: Download target directories (2.13.18)
113113
uses: actions/download-artifact@v4
114114
with:
115-
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
115+
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
116116

117-
- name: Inflate target directories (2.13.16)
117+
- name: Inflate target directories (2.13.18)
118118
run: |
119119
tar xf targets.tar
120120
rm targets.tar

0 commit comments

Comments
 (0)