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 Sep 4, 2024
1 parent deee6dc commit 25666c5
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.19, ciJVM)
- name: Download target directories (2.12.20, ciJVM)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.19-ciJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20-ciJVM

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

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

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

0 comments on commit 25666c5

Please sign in to comment.