diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fc82f9d..fd2408ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: run: sbt +update - 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 @@ -132,7 +132,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 @@ -142,7 +142,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 @@ -152,7 +152,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 @@ -162,7 +162,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 @@ -172,7 +172,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 @@ -182,7 +182,7 @@ jobs: rm targets.tar - 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 @@ -192,7 +192,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 @@ -202,7 +202,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