Skip to content

Commit

Permalink
Merge pull request #7088 from ieQu1/fix-spellcheck-workflow
Browse files Browse the repository at this point in the history
ci(spellcheck): Use a different action
  • Loading branch information
zhongwencool committed Mar 10, 2022
2 parents 63b2501 + a60d230 commit 6d27297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- ubuntu20.04
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: dawidd6/action-download-artifact@v2
with:
name: ${{ matrix.profile }}-${{ matrix.otp }}-${{ matrix.os }}
workflow: build_slim_packages.yaml
Expand Down

0 comments on commit 6d27297

Please sign in to comment.