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 Mar 4, 2024
1 parent fc20351 commit 886ecb3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,52 +452,52 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.12, ciJVM)
- name: Download target directories (2.13.13, ciJVM)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-ciJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-ciJVM

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

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

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

- name: Inflate target directories (2.13.12, ciFirefox)
- name: Inflate target directories (2.13.13, ciFirefox)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.12, ciChrome)
- name: Download target directories (2.13.13, ciChrome)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-ciChrome
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-ciChrome

- name: Inflate target directories (2.13.12, ciChrome)
- name: Inflate target directories (2.13.13, ciChrome)
run: |
tar xf targets.tar
rm targets.tar
Expand Down

0 comments on commit 886ecb3

Please sign in to comment.