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 25, 2024
1 parent a0fc20e commit d9256b0
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.14, ciJVM)
- name: Download target directories (2.13.15, ciJVM)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-ciJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.15-ciJVM

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

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

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

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

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

0 comments on commit d9256b0

Please sign in to comment.