diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01043ab3..31059014 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,12 +139,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.2) + - name: Download target directories (3.4.1) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.2.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }} - - name: Inflate target directories (3.2.2) + - name: Inflate target directories (3.4.1) run: | tar xf targets.tar rm targets.tar