Skip to content

Commit

Permalink
Merge pull request #19712 from emberjs/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-2.0.10

Bump actions/download-artifact from 1 to 2.0.10
  • Loading branch information
kategengler committed Aug 23, 2021
2 parents 2935309 + da67195 commit 3729c2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -137,7 +137,7 @@ jobs:
cache: yarn
- name: install dependencies
run: yarn install --frozen-lockfile --non-interactive
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v2.0.10
with:
name: dist
path: dist
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
cache: yarn
- name: install dependencies
run: yarn install --frozen-lockfile --non-interactive
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v2.0.10
with:
name: dist
path: dist
Expand All @@ -198,7 +198,7 @@ jobs:
cache: yarn
- name: install dependencies
run: yarn install --frozen-lockfile --non-interactive
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v2.0.10
with:
name: dist
path: dist
Expand Down

0 comments on commit 3729c2f

Please sign in to comment.