Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/packages/aws-cdk/lambda-lay…
Browse files Browse the repository at this point in the history
…er-awscli/awscli-1.22.92
  • Loading branch information
mergify[bot] authored Apr 11, 2022
2 parents 1dbfc53 + 8c646c5 commit 3992a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
git add .
git diff --patch --staged > ${{ runner.temp }}/upgrade.patch
- name: Upload Patch
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: upgrade.patch
path: ${{ runner.temp }}/upgrade.patch
Expand All @@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v3

- name: Download patch
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: upgrade.patch
path: ${{ runner.temp }}
Expand Down

0 comments on commit 3992a8b

Please sign in to comment.