Skip to content

Commit 35e40a5

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 1b0b133 commit 35e40a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ jobs:
111111
tar xf targets.tar
112112
rm targets.tar
113113
114-
- name: Download target directories (2.13.5)
114+
- name: Download target directories (2.13.14)
115115
uses: actions/download-artifact@v2
116116
with:
117-
name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }}
117+
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}
118118

119-
- name: Inflate target directories (2.13.5)
119+
- name: Inflate target directories (2.13.14)
120120
run: |
121121
tar xf targets.tar
122122
rm targets.tar

0 commit comments

Comments
 (0)