Skip to content

Commit

Permalink
chore: update download artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 24, 2024
1 parent a4b1e67 commit e6fb693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
- name: Checkout PR
uses: actions/checkout@v2
- name: Download base stats
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: base
path: base
- name: Download PR stats
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: pr
path: pr
Expand Down

0 comments on commit e6fb693

Please sign in to comment.