diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b985b9d..e58b75cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: uses: sbt/setup-sbt@v1 - name: Download target directories (2.11.12) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-2.11.12-${{ matrix.java }} @@ -143,7 +143,7 @@ jobs: rm targets.tar - name: Download target directories (2.12.20) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} @@ -153,7 +153,7 @@ jobs: rm targets.tar - name: Download target directories (2.13.16) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} @@ -163,7 +163,7 @@ jobs: rm targets.tar - name: Download target directories (3.3.6) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}