diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb853f8..a0c864e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,12 +130,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.11) + - name: Download target directories (2.13.12) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-2.13.11-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.12-${{ matrix.java }} - - name: Inflate target directories (2.13.11) + - name: Inflate target directories (2.13.12) run: | tar xf targets.tar rm targets.tar