diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb096a4f0..90ac95fa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,7 +191,7 @@ jobs: run: sbt +update - name: Download target directories (2.13, rootJS) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS @@ -201,7 +201,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootJVM) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM @@ -211,7 +211,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootNative) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative @@ -221,7 +221,7 @@ jobs: rm targets.tar - name: Download target directories (2.12, rootJS) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS @@ -231,7 +231,7 @@ jobs: rm targets.tar - name: Download target directories (2.12, rootJVM) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM @@ -241,7 +241,7 @@ jobs: rm targets.tar - name: Download target directories (2.12, rootNative) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative @@ -251,7 +251,7 @@ jobs: rm targets.tar - name: Download target directories (3, rootJS) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS @@ -261,7 +261,7 @@ jobs: rm targets.tar - name: Download target directories (3, rootJVM) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM @@ -271,7 +271,7 @@ jobs: rm targets.tar - name: Download target directories (3, rootNative) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative