diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c2ced0..ddaa418 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}-${{ hashFiles('.versions.json') }} - name: Download target directories (2.12.10) - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-2.12.10-${{ matrix.java }}