Skip to content

Commit 5bb26f1

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent ac3d58e commit 5bb26f1

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
@@ -110,12 +110,12 @@ jobs:
110110
tar xf targets.tar
111111
rm targets.tar
112112
113-
- name: Download target directories (2.13.12)
113+
- name: Download target directories (2.13.13)
114114
uses: actions/download-artifact@v2
115115
with:
116-
name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }}
116+
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
117117

118-
- name: Inflate target directories (2.13.12)
118+
- name: Inflate target directories (2.13.13)
119119
run: |
120120
tar xf targets.tar
121121
rm targets.tar

0 commit comments

Comments
 (0)