Skip to content

Commit 3f256e3

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent fbd19cd commit 3f256e3

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
@@ -103,12 +103,12 @@ jobs:
103103
java-version: 11
104104
cache: sbt
105105

106-
- name: Download target directories (2.13.13)
106+
- name: Download target directories (2.13.16)
107107
uses: actions/download-artifact@v4
108108
with:
109-
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
109+
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
110110

111-
- name: Inflate target directories (2.13.13)
111+
- name: Inflate target directories (2.13.16)
112112
run: |
113113
tar xf targets.tar
114114
rm targets.tar

0 commit comments

Comments
 (0)