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 ee204fc commit e0fd544Copy full SHA for e0fd544
.github/workflows/ci.yml
@@ -85,12 +85,12 @@ jobs:
85
- name: Setup sbt
86
uses: sbt/setup-sbt@v1
87
88
- - name: Download target directories (2.13.8)
+ - name: Download target directories (2.13.16)
89
uses: actions/download-artifact@v4
90
with:
91
- name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }}
92
93
- - name: Inflate target directories (2.13.8)
+ - name: Inflate target directories (2.13.16)
94
run: |
95
tar xf targets.tar
96
rm targets.tar
0 commit comments