Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down
Loading