Releases: actions/deploy-pages
v4.0.5
Changelog
- On API error, the error message will surface the API request ID @TooManyBees (#324)
- Bump the non-breaking-changes group with 2 updates @dependabot (#318)
- Bump the non-breaking-changes group with 1 update @dependabot (#316)
- Bump the non-breaking-changes group with 3 updates @dependabot (#314)
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 @dependabot (#311)
See details of all code changes since previous release.
v4.0.4
Changelog
- Update api-client.js @lmammino (#295)
- fix typo: compatibilty -> compatibility @SimonSiefke (#298)
- Bump @actions/artifact from 2.0.1 to 2.1.1 @dependabot (#310)
- Update Dependabot config to group non-breaking changes @JamesMGreene (#307)
See details of all code changes since previous release.
v4.0.3
Changelog
- Bump actions/artifact to 2.0.1 @TooManyBees (#297)
See details of all code changes since previous release.
v4.0.2
Changelog
- Bump undici from 6.0.1 to 6.2.1 @dependabot (#290)
- Bump github/codeql-action from 2 to 3 @dependabot (#282)
- Bump actions/upload-artifact from 3 to 4 @dependabot (#281)
- Bump eslint from 8.55.0 to 8.56.0 @dependabot (#280)
- Bump actions/publish-action from 0.2.2 to 0.3.0 @dependabot (#277)
See details of all code changes since previous release.
v4.0.1
Changelog
- Use the Actions artifacts client to avoid needing the
actions: read
permission @JamesMGreene @TooManyBees (#288) - Update README to reflect v4 @TooManyBees (#283)
See details of all code changes since previous release.
v4.0.0
Changelog
- Deploy pages using artifact IDs @konradpabjan (#251)
- This version requires the permission
actions: read
in the workflows which use it.
ℹ️ This version of actions/deploy-pages
is ONLY compatible with artifacts uploaded by either:
actions/upload-pages-artifact@v3
or neweractions/upload-artifact@v4
or newer.
See details of all code changes since previous release.
v3.0.1
Changelog
- Bump eslint from 8.54.0 to 8.55.0 @dependabot (#266)
- Bump nock from 13.3.8 to 13.4.0 @dependabot (#267)
- Bump eslint-config-prettier from 9.0.0 to 9.1.0 @dependabot (#268)
- Bump @actions/core from 1.10.0 to 1.10.1 @dependabot (#269)
- Bump @actions/github from 5.1.1 to 6.0.0 @dependabot (#261)
- Update compatibility table for v3 @JamesMGreene (#270)
🧰 Maintenance
See details of all code changes since previous release.
v3.0.0
Changelog
See details of all code changes since previous release.
v2.0.5
Changelog
- Bump prettier from 3.0.0 to 3.1.0 @dependabot (#264)
- Bump @octokit/request-error from 5.0.0 to 5.0.1 @dependabot (#263)
- Bump @actions/http-client from 2.1.0 to 2.2.0 @dependabot (#262)
- Bump @vercel/ncc from 0.36.1 to 0.38.1 @dependabot (#260)
- Bump eslint from 8.44.0 to 8.54.0 @dependabot (#257)
- Bump nock from 13.3.1 to 13.3.8 @dependabot (#254)
- Bump actions/setup-node from 3 to 4 @dependabot (#246)
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 @dependabot (#245)
- Bump eslint-plugin-github from 4.8.0 to 4.10.1 @dependabot (#232)
- Bump jest from 29.6.1 to 29.7.0 @dependabot (#224)
- Fix cosmetic error by replacing comma with period @JamesMGreene (#210)
- Bump actions/checkout from 3 to 4 @dependabot (#220)
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 @dependabot (#209)
- Remove "beta" disclaimer from README @JamesMGreene (#243)
See details of all code changes since previous release.
v1.2.9
Changelog
- Backporting a few things to the
v1.x
release line for Enterprise Server users:- Remove circular JSON references for error debugging @JamesMGreene (#197)
- Add error message for file permissions @tsusdere (#187)
See details of all code changes since previous release.