Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/download-artifact to v4 in deploy.yml. #131

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

ezio-melotti
Copy link
Member

There were actually two instances of actions/download-artifact, and only one was updated to @v4. This PR updates the other one.

@ezio-melotti ezio-melotti added the dependencies Pull requests that update a dependency file label Sep 11, 2024
@ezio-melotti ezio-melotti self-assigned this Sep 11, 2024
@@ -64,7 +64,7 @@ jobs:

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 hugovk merged commit 68153a8 into main Sep 11, 2024
47 checks passed
@hugovk hugovk deleted the update-dl-artifact branch September 11, 2024 17:47
@hugovk
Copy link
Member

hugovk commented Sep 11, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants