[CI] Use v4 artifact download
This commit is contained in:
parent
64f0f5028b
commit
0cd69b2e6f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -223,7 +223,7 @@ jobs:
|
||||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Download size artifacts
|
- name: Download size artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: aggregated-sizes
|
path: aggregated-sizes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue