Releases: actions/upload-pages-artifact
v3.0.1
Changelog
- Group tar's output to prevent it from messing up action logs @SilverRainZ (#94)
- Update README.md @uiolee (#88)
- Bump the non-breaking-changes group with 1 update @dependabot (#92)
- Update Dependabot config to group non-breaking changes @JamesMGreene (#91)
- Bump actions/checkout from 3 to 4 @dependabot (#76)
See details of all code changes since previous release.
v3.0.0
Changelog
- Use
v4
upload-artifact tag @robherley (#80) - Upload pages artifact with upload-artifact v4-beta @konradpabjan (#78)
To deploy a GitHub Pages site which has been uploaded with this version of actions/upload-pages-artifact
, you must also use actions/deploy-pages@v4
or newer.
See details of all code changes since previous release.
v2.0.0
Changelog
⚠️ BREAKING CHANGE: Remove built-inchmod
commands forv2
@JamesMGreene (#69)- Update README for
v2
@JamesMGreene (#70)
See details of all code changes since previous release.
v1.0.10
Changelog
- readme: fix/improve note about permissions @tshepang (#65)
- Revert
chmod
removal forv1
@JamesMGreene (#68) - Add file perms handling @tsusdere (#64)
See details of all code changes since previous release.
v1.0.9: Merge pull request #63 from actions/chmod-delete
Removed chmod
as we moved towards trusting correct file permissions have been set. In the event this isn't the case then we raise an error in the action related to the file permissions.
v1.0.8
Changelog
- Fail if no artifact file is found to upload @JamesMGreene (#55)
- Fix link to releases in README @waldyrious (#53)
- Bump actions/publish-action from 0.2.1 to 0.2.2 @dependabot (#47)
- Add Dependabot config for Actions usage updates @JamesMGreene (#46)
See details of all code changes since previous release.
v1.0.7
Changelog
- Don't change file permissions of other files @KyeRussell (#44)
See details of all code changes since previous release.
v1.0.6
Changelog
- Customize artifact name @yuradanyliuk (#41)
- Fix permissions @yoannchaudet (#42)
- Print warnings about changed file permissions in bulk @TooManyBees (#38)
- Update to latest
actions/publish-action
@JamesMGreene (#36)
See details of all code changes since previous release.
v1.0.5
Changelog
- Before tarring site, set file read permissions @TooManyBees (#34)
- Update actions/checkout @yoannchaudet (#32)
- Fall back to
sh
on non-Windows @ncfavier (#14)
See details of all code changes since previous release.
v1.0.4
Changelog
- Handle weird input paths @kylewlacy (#19)
- Run major version updates only on newly published releases @JamesMGreene (#18)
- Add tests @yoannchaudet (#16)
See details of all code changes since previous release.