Skip to content

Commit 67d6f9a

Browse files
committed
Regenerate workflow with sbt-github-actions
1 parent 915cdbd commit 67d6f9a

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
@@ -107,12 +107,12 @@ jobs:
107107
tar xf targets.tar
108108
rm targets.tar
109109
110-
- name: Download target directories (2.12.12)
110+
- name: Download target directories (2.12.13)
111111
uses: actions/download-artifact@v2
112112
with:
113-
name: target-${{ matrix.os }}-2.12.12-${{ matrix.java }}
113+
name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }}
114114

115-
- name: Inflate target directories (2.12.12)
115+
- name: Inflate target directories (2.12.13)
116116
run: |
117117
tar xf targets.tar
118118
rm targets.tar

0 commit comments

Comments
 (0)