Skip to content

Commit 6688380

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent ba21df5 commit 6688380

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
@@ -102,12 +102,12 @@ jobs:
102102
tar xf targets.tar
103103
rm targets.tar
104104
105-
- name: Download target directories (2.13.1)
105+
- name: Download target directories (2.13.12)
106106
uses: actions/download-artifact@v4
107107
with:
108-
name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }}
108+
name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }}
109109

110-
- name: Inflate target directories (2.13.1)
110+
- name: Inflate target directories (2.13.12)
111111
run: |
112112
tar xf targets.tar
113113
rm targets.tar

0 commit comments

Comments
 (0)