diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c70f21ca..d93cdc8a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: run: ./sbt +update - name: Download target directories (2.12, rootJS) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS @@ -140,7 +140,7 @@ jobs: rm targets.tar - name: Download target directories (2.12, rootJVM) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM @@ -150,7 +150,7 @@ jobs: rm targets.tar - name: Download target directories (2.12, rootNative) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative @@ -160,7 +160,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootJS) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS @@ -170,7 +170,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootJVM) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM @@ -180,7 +180,7 @@ jobs: rm targets.tar - name: Download target directories (2.13, rootNative) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative @@ -190,7 +190,7 @@ jobs: rm targets.tar - name: Download target directories (3, rootJS) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS