Skip to content

Commit d3114b5

Browse files
committed
ci: change lockfile download paths
1 parent 6b44fca commit d3114b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upgrade-dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ jobs:
6767
- uses: actions/download-artifact@v2
6868
with:
6969
name: pod-changes
70+
path: ios
7071
- uses: actions/download-artifact@v2
7172
with:
7273
name: gradle-package-changes
74+
path: android
7375
- uses: peter-evans/create-pull-request@v3
7476
with:
7577
add-paths: |

0 commit comments

Comments
 (0)