Merge pull request #7088 from ieQu1/fix-spellcheck-workflow
ci(spellcheck): Use a different action
This commit is contained in:
commit
6d272970f4
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- ubuntu20.04
|
- ubuntu20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/download-artifact@v2
|
- uses: dawidd6/action-download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.profile }}-${{ matrix.otp }}-${{ matrix.os }}
|
name: ${{ matrix.profile }}-${{ matrix.otp }}-${{ matrix.os }}
|
||||||
workflow: build_slim_packages.yaml
|
workflow: build_slim_packages.yaml
|
||||||
|
|
Loading…
Reference in New Issue