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 af7bbed commit afe4b73Copy full SHA for afe4b73
1 file changed
.github/workflows/ci.yml
@@ -88,12 +88,12 @@ jobs:
88
- name: Setup sbt
89
uses: sbt/setup-sbt@v1
90
91
- - name: Download target directories (2.12.20)
+ - name: Download target directories (2.12.21)
92
uses: actions/download-artifact@v6
93
with:
94
- name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }}
95
96
- - name: Inflate target directories (2.12.20)
+ - name: Inflate target directories (2.12.21)
97
run: |
98
tar xf targets.tar
99
rm targets.tar
0 commit comments