Skip to content

Commit ba95060

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

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.16)
113+
- name: Download target directories (2.13.17)
114114
uses: actions/download-artifact@v5
115115
with:
116-
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
116+
name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
117117

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

0 commit comments

Comments
 (0)