Skip to content

Commit

Permalink
Regenerate GitHub Actions workflow
Browse files Browse the repository at this point in the history
Executed command: sbt githubWorkflowGenerate
  • Loading branch information
typelevel-steward[bot] committed Feb 27, 2024
1 parent f1b8fce commit fa5a5ef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,32 +422,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.18, ciJVM)
- name: Download target directories (2.12.19, ciJVM)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-ciJVM

- name: Inflate target directories (2.12.18, ciJVM)
- name: Inflate target directories (2.12.19, ciJVM)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.18, ciNative)
- name: Download target directories (2.12.19, ciNative)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciNative
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-ciNative

- name: Inflate target directories (2.12.18, ciNative)
- name: Inflate target directories (2.12.19, ciNative)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.18, ciJS)
- name: Download target directories (2.12.19, ciJS)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciJS
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-ciJS

- name: Inflate target directories (2.12.18, ciJS)
- name: Inflate target directories (2.12.19, ciJS)
run: |
tar xf targets.tar
rm targets.tar
Expand Down

0 comments on commit fa5a5ef

Please sign in to comment.