diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 606204cd..a433c172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - name: Download target directories (2.12.18, rootJVM) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJVM @@ -150,7 +150,7 @@ jobs: rm targets.tar - name: Download target directories (3.3.1, rootJVM) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1-rootJVM @@ -160,7 +160,7 @@ jobs: rm targets.tar - name: Download target directories (2.13.12, rootJVM) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootJVM