We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad20a78 commit c4984c0Copy full SHA for c4984c0
.github/workflows/ci.yml
@@ -79,12 +79,12 @@ jobs:
79
java-version: 8
80
cache: sbt
81
82
- - name: Download target directories (2.12.18)
+ - name: Download target directories (2.12.19)
83
uses: actions/download-artifact@v4
84
with:
85
- name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }}
86
87
- - name: Inflate target directories (2.12.18)
+ - name: Inflate target directories (2.12.19)
88
run: |
89
tar xf targets.tar
90
rm targets.tar
0 commit comments