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 915cdbd commit 67d6f9aCopy full SHA for 67d6f9a
.github/workflows/ci.yml
@@ -107,12 +107,12 @@ jobs:
107
tar xf targets.tar
108
rm targets.tar
109
110
- - name: Download target directories (2.12.12)
+ - name: Download target directories (2.12.13)
111
uses: actions/download-artifact@v2
112
with:
113
- name: target-${{ matrix.os }}-2.12.12-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }}
114
115
- - name: Inflate target directories (2.12.12)
+ - name: Inflate target directories (2.12.13)
116
run: |
117
118
0 commit comments