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 Jun 7, 2023
1 parent 2da38c6 commit f5f0bf0
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 @@ -438,32 +438,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17, ciJVM)
- name: Download target directories (2.12.18, ciJVM)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-ciJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-ciJVM

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

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

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

0 comments on commit f5f0bf0

Please sign in to comment.