Skip to content

Commit eb5b24b

Browse files
authored
[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
1 parent d61eb90 commit eb5b24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
permissions:
6363
id-token: write
6464
steps:
65-
- uses: actions/download-artifact@v4
65+
- uses: actions/download-artifact@v3
6666
with:
6767
name: artifact
6868
path: dist

0 commit comments

Comments
 (0)