Update actions/download-artifact to v4 in deploy.yml. by ezio-melotti · Pull Request #131 · python/cherry-picker
Navigation Menu
{{ message }}
python / cherry-picker Public
- Notifications You must be signed in to change notification settings
- Fork 47
Merged
Update actions/download-artifact to v4 in deploy.yml.#131
Update actions/download-artifact to v4 in deploy.yml.#131
Conversation
Copy link
Member
ezio-melotti
commented
Sep 11, 2024
ezio-melotti
commented
There were actually two instances of actions/download-artifact, and only one was updated to @v4. This PR updates the other one.
ezio-melotti
requested a review
from hugovk
ezio-melotti
self-assigned this
ezio-melotti commented Sep 11, 2024
| steps: | ||
| - name: Download packages built by build-and-inspect-python-package | ||
| uses: actions/download-artifact@v3 | ||
| uses: actions/download-artifact@v4 |
Copy link
Member Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other one is at line 42 above.
hugovk
merged commit
68153a8
into
main
hugovk
deleted the
update-dl-artifact
branch
Copy link
Member
hugovk
commented
Sep 11, 2024
hugovk commented
Sep 11, 2024Thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment