Skip to content

Commit afe4b73

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent af7bbed commit afe4b73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
- name: Setup sbt
8989
uses: sbt/setup-sbt@v1
9090

91-
- name: Download target directories (2.12.20)
91+
- name: Download target directories (2.12.21)
9292
uses: actions/download-artifact@v6
9393
with:
94-
name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
94+
name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }}
9595

96-
- name: Inflate target directories (2.12.20)
96+
- name: Inflate target directories (2.12.21)
9797
run: |
9898
tar xf targets.tar
9999
rm targets.tar

0 commit comments

Comments
 (0)