diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a52a41e..502e0457 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: run: sbt +update - name: Download target directories (3, rootJVM) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM @@ -166,7 +166,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootJVM) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM @@ -176,7 +176,7 @@ jobs: rm targets.tar - name: Download target directories (2.12, rootJVM) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM