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 ca108a5 commit 2829a06Copy full SHA for 2829a06
.github/workflows/ci.yml
@@ -103,12 +103,12 @@ jobs:
103
java-version: 11
104
cache: sbt
105
106
- - name: Download target directories (2.13.13)
+ - name: Download target directories (2.13.16)
107
uses: actions/download-artifact@v4
108
with:
109
- name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
110
111
- - name: Inflate target directories (2.13.13)
+ - name: Inflate target directories (2.13.16)
112
run: |
113
tar xf targets.tar
114
rm targets.tar
0 commit comments