diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f1d438..52fcc2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,12 +102,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.1) + - name: Download target directories (2.13.13) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.1-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} - - name: Inflate target directories (2.13.1) + - name: Inflate target directories (2.13.13) run: | tar xf targets.tar rm targets.tar