Skip to content

Commit

Permalink
More upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Feb 2, 2024
1 parent 79ef841 commit cd027ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "Build failed on PR branch or ${{github.base_ref}}"
exit 1
- name: Download build artifact from ${{github.base_ref}}
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
id: pr-build
with:
branch: ${{github.base_ref}}
Expand All @@ -55,7 +55,7 @@ jobs:
path: base

- name: Download build artifact from PR
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
pr: ${{github.event.pull_request.number}}
workflow: build.yml
Expand Down

0 comments on commit cd027ac

Please sign in to comment.