Skip to content

Commit e0fd544

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent ee204fc commit e0fd544

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
@@ -85,12 +85,12 @@ jobs:
8585
- name: Setup sbt
8686
uses: sbt/setup-sbt@v1
8787

88-
- name: Download target directories (2.13.8)
88+
- name: Download target directories (2.13.16)
8989
uses: actions/download-artifact@v4
9090
with:
91-
name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }}
91+
name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
9292

93-
- name: Inflate target directories (2.13.8)
93+
- name: Inflate target directories (2.13.16)
9494
run: |
9595
tar xf targets.tar
9696
rm targets.tar

0 commit comments

Comments
 (0)