Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

Release 1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Mar 17:37
ci: use unique artifact names for GitHub Pages deployment

Updated `deploy-pages.yml` and `release.yml` to define and use a unique `PAGES_ARTIFACT_NAME` environment variable based on the run ID and attempt.

- Defined `PAGES_ARTIFACT_NAME` using `github.run_id` and `github.run_attempt`.
- Updated `actions/upload-pages-artifact` to use the explicit artifact name.
- Updated `actions/deploy-pages` to reference the specific artifact name for deployment.