Skip to content

Commit 88207f7

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 62ca76d commit 88207f7

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
@@ -101,12 +101,12 @@ jobs:
101101
tar xf targets.tar
102102
rm targets.tar
103103
104-
- name: Download target directories (2.13.15)
104+
- name: Download target directories (2.13.16)
105105
uses: actions/download-artifact@v4
106106
with:
107-
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
107+
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
108108

109-
- name: Inflate target directories (2.13.15)
109+
- name: Inflate target directories (2.13.16)
110110
run: |
111111
tar xf targets.tar
112112
rm targets.tar

0 commit comments

Comments
 (0)