Skip to content

Commit

Permalink
[CI] downguard actions/download-artifact to v3 (#2436)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kabeor authored Aug 12, 2024
1 parent d61eb90 commit eb5b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb5b24b

Please sign in to comment.