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