[CI] downguard actions/download-artifact to v3 (#2436)
* Prepare for release v5.0.2 * Update ChangeLog for v5.0.2 * Update Python package build action * [CI] Downgrade upload-artifact tp v3 * update changelog * [CI] downguard actions/download-artifact to v3
This commit is contained in:
parent
d61eb90d54
commit
eb5b24b43a
|
@ -62,7 +62,7 @@ jobs:
|
|||
permissions:
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: artifact
|
||||
path: dist
|
||||
|
|
Loading…
Reference in New Issue