github-workflows: astral-sh/setup-uv from v6 to v7#19219
Merged
Conversation
|
@SaschaCowley @seanbudd I have a question, sorry about asking it hear. It's a quick question. We no longer have built nvda in artifaqts of pull requests? it was very usefull. Imagin someone opened a pull request doing something, And I wanted to test it. Before when nvda was using appvayer, I could download the built nvda out of that pull request, but Now that i'm checking the artifaqts of checks github actions, I don't see the actual nvda being there, I just saw the documentation and a nvda launcher etc. If this is no longer a case, can you please readd it? I really needed that and it was useful |
Member
|
Hi @amirmahdifard - the NVDA launcher is the artifact you'd use to test NVDA |
seanbudd
approved these changes
Nov 17, 2025
This was referenced Nov 17, 2025
seanbudd
pushed a commit
that referenced
this pull request
Nov 18, 2025
…tup-python@v6 (#19229) Follow up #19219 #19224 Summary of the issue: Updated actions/setup-python@v5 to actions/setup-python@v6 Description of user facing changes: none ci-cd Update Description of developer facing changes: Updated the version of actions/setup-python in testAndPublish.yml to 6.x Description of development approach: Updated the version of actions/setup-python in testAndPublish.yml to 6.x
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
none
Summary of the issue:
Update astral-sh/setup-uv from v6 to v7 to conveniently use the latest security fixes.
Below is the release page for v7.1.3.
Description of user facing changes:
Routine update of CI/CD with no impact on users.
Description of developer facing changes:
Batch replaced
uses: astral-sh/setup-uv@v6with v7 in.github/workflows/testAndPublish.yml.Description of development approach:
Batch replaced
uses: astral-sh/setup-uv@v6with v7 in.github/workflows/testAndPublish.ymlto use the latest stable version.Testing strategy:
Tests have been conducted using the forked repository, and all CI/CD checks have passed. Below is the link to view the test details:
https://github.com/dpy013/nvda/actions/runs/19405173517
Known issues with pull request:
none
Code Review Checklist: