Sourced from actions/upload-pages-artifact's releases.
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 useactions/deploy-pages@v4
or newer.:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please be aware that this new Actions artifacts service is not yet supported in the latest GHES release at this time.
See details of all code changes since previous release.
v2.0.0
Changelog
- :warning: BREAKING CHANGE: Remove built-in
chmod
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
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
... (truncated)
56afc60
Merge pull request #94
from SilverRainZ/maind12fdfb
Merge branch 'main' into mainaef5542
Merge pull request #88
from uiolee/patch-129cedd7
Merge branch 'main' into patch-1a69c22e
Merge pull request #92
from actions/dependabot/github_actions/non-breaking-ch...794e304
Group tar's output to prevent it from messing up logs14007f6
Bump the non-breaking-changes group with 1 update0191170
Merge pull request #91
from actions/dependabot-grouping0e7832d
Update Dependabot config to group non-breaking changes1a6d9fa
Update README.md