Sourced from astral-sh/setup-uv's releases.
v7.1.1 🌈 Fix empty workdir detection and lowest resolution strategy
Changes
This release fixes a bug where the
working-directoryinput was not used to detect an empty work dir. It also fixes thelowestresolution strategy resolving to latest when only a lower bound was specified.Special thanks to
@tpgillamfor the first contribution!🐛 Bug fixes
- Fix "lowest" resolution strategy with lower-bound only
@tpgillam(#649)- Use working-directory to detect empty workdir
@eifinger(#645)🧰 Maintenance
- chore: update known checksums for 0.9.4 @github-actions[bot] (#651)
- chore: update known checksums for 0.9.3 @github-actions[bot] (#644)
📚 Documentation
- Change version in docs to v7
@eifinger(#647)⬆️ Dependency updates
- Bump github/codeql-action from 4.30.7 to 4.30.8 @dependabot[bot] (#639)
- Bump actions/setup-node from 5.0.0 to 6.0.0 @dependabot[bot] (#641)
- Bump eifinger/actionlint-action from 1.9.1 to 1.9.2 @dependabot[bot] (#634)
- Update lockfile with latest npm
@eifinger(#636)
2ddd2b9
chore: update known checksums for 0.9.4 (#651)b7bf789
Fix "lowest" resolution strategy with lower-bound only (#649)cb6c0a5
Change version in docs to v7 (#647)dffc629
Use working-directory to detect empty workdir (#645)6e346e1
chore: update known checksums for 0.9.3 (#644)3ccd0fd
Bump github/codeql-action from 4.30.7 to 4.30.8 (#639)ce6dbd8
Bump actions/setup-node from 5.0.0 to 6.0.0 (#641)2382069
Bump eifinger/actionlint-action from 1.9.1 to 1.9.2 (#634)b1daf91
Update lockfile with latest npm (#636)Sourced from actions/upload-artifact's releases.
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734New Contributors
@GhadimiRmade their first contribution in actions/upload-artifact#681@nebuk89made their first contribution in actions/upload-artifact#712@danwkennedymade their first contribution in actions/upload-artifact#727@patrikpolyakmade their first contribution in actions/upload-artifact#725Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v5.0.0
330a01c
Merge pull request #734
from actions/danwkennedy/prepare-5.0.003f2824
Update github.dep.yml905a1ec
Prepare v5.0.02d9f9cd
Merge pull request #725
from patrikpolyak/patch-19687587
Merge branch 'main' into patch-12848b2c
Merge pull request #727
from danwkennedy/patch-19b51177
Spell out the first use of GHEScd231ca
Update GHES guidance to include reference to Node 20 versionde65e23
Merge pull request #712
from actions/nebuk89-patch-18747d8c
Update README.md