Skip to content

feat(deploy/github-pages)!: use artifact-id instead of artifact-name#231

Merged
neilime merged 2 commits intomainfrom
copilot/update-build-artifact-input
Nov 17, 2025
Merged

feat(deploy/github-pages)!: use artifact-id instead of artifact-name#231
neilime merged 2 commits intomainfrom
copilot/update-build-artifact-input

Conversation

Copy link
Contributor

Copilot AI commented Nov 17, 2025

Migrates from artifact name-based downloads to ID-based downloads for precise artifact retrieval.

Changes

  • Input parameter: build-artifact-namebuild-artifact-id
  • Download step: Uses artifact-id parameter with actions/download-artifact@v6
  • Documentation: Updated README usage examples and input tables

Usage

- uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@<version>
  with:
    build-artifact-id: "123456789"  # Previously: build-artifact-name: "my-build"

Breaking Change

Consumers must update workflows to pass artifact IDs instead of names. IDs can be obtained from upload-artifact outputs or the GitHub API.

Original prompt

This section details on the original issue you should resolve

<issue_title>feat(deploy/github-pages)!: accept "build-artifact-id" input instead of "build-artifact-name"</issue_title>
<issue_description>Action actions/deploy/github-pages/action.yml must accept and use "build-artifact-id" input instead of "build-artifact-name".</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…-artifact-name

Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
Copilot AI changed the title [WIP] Update deploy action to accept build-artifact-id input feat(deploy/github-pages)!: use artifact-id instead of artifact-name Nov 17, 2025
Copilot AI requested a review from neilime November 17, 2025 08:33
@neilime neilime marked this pull request as ready for review November 17, 2025 08:35
@neilime neilime merged commit 7168a68 into main Nov 17, 2025
31 of 32 checks passed
@neilime neilime deleted the copilot/update-build-artifact-input branch November 17, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(deploy/github-pages)!: accept "build-artifact-id" input instead of "build-artifact-name"

2 participants