diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f42b984..49cdfbd 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.15, rootJVM) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.15-rootJVM @@ -150,7 +150,7 @@ jobs: rm targets.tar - name: Download target directories (2.13.8, rootJVM) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8-rootJVM @@ -160,7 +160,7 @@ jobs: rm targets.tar - name: Download target directories (3.2.1, rootJVM) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1-rootJVM