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 43c9e89 commit c535909Copy full SHA for c535909
.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.17)
107
uses: actions/download-artifact@v4
108
with:
109
- name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }}
110
111
- - name: Inflate target directories (2.13.13)
+ - name: Inflate target directories (2.13.17)
112
run: |
113
tar xf targets.tar
114
rm targets.tar
0 commit comments