Skip to content

Update CI action versions for Node.js 24 runner compatibility - #16

Merged
Franchef merged 2 commits into
mainfrom
copilot/update-node-actions-to-support-24
May 9, 2026
Merged

Update CI action versions for Node.js 24 runner compatibility#16
Franchef merged 2 commits into
mainfrom
copilot/update-node-actions-to-support-24

Conversation

Copilot AI commented May 9, 2026

Copy link
Copy Markdown
Contributor

The CI pipeline emits Node.js 20 deprecation warnings for core GitHub Actions steps (checkout, setup-dotnet, upload-artifact). This PR updates those actions to current major versions to align with the Node.js 24 migration timeline on GitHub-hosted runners.

  • Workflow compatibility update

    • Updated .github/workflows/ci.yml action references:
      • actions/checkout@v4actions/checkout@v5
      • actions/setup-dotnet@v4actions/setup-dotnet@v5
      • actions/upload-artifact@v4actions/upload-artifact@v5
  • Scope

    • No build/test logic changes.
    • No application/runtime code changes.
- uses: actions/checkout@v5
- uses: actions/setup-dotnet@v5
- uses: actions/upload-artifact@v5

Copilot AI linked an issue May 9, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update actions to support Node.js 24 Update CI action versions for Node.js 24 runner compatibility May 9, 2026
Copilot AI requested a review from Franchef May 9, 2026 17:43
@Franchef Franchef removed their assignment May 9, 2026
@Franchef
Franchef marked this pull request as ready for review May 9, 2026 17:50
@Franchef
Franchef merged commit f39cd60 into main May 9, 2026
1 check passed
@Franchef
Franchef deleted the copilot/update-node-actions-to-support-24 branch May 9, 2026 17:51
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.

build issue

2 participants