Skip to content

Conversation

Copy link

Copilot AI commented Jun 22, 2025

Updated the GitHub Actions workflow to use the latest v4 versions of the artifact actions:

  • actions/upload-artifact@v2actions/upload-artifact@v4
  • actions/download-artifact@v2actions/download-artifact@v4 (both instances)

This ensures the build pipeline uses the most current and supported versions of these actions. The v4 actions provide improved performance, better security, and continued support from GitHub.

All existing functionality is preserved - the workflow continues to upload build artifacts (NuGet packages) and download them for both development and production NuGet publishing jobs.

Verified that build, test, and packaging functionality works correctly after the update.

Fixes #26.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: sblom <31878+sblom@users.noreply.github.com>
Copilot AI changed the title [WIP] Use v4 of artifact-upload and artifact-download actions in build pipeline Update artifact-upload and artifact-download actions to v4 in build pipeline Jun 22, 2025
Copilot AI requested a review from sblom June 22, 2025 19:07
Copilot finished work on behalf of sblom June 22, 2025 19:07
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.

Use v4 of artifact-upload and artifact-download actions in build pipeline

2 participants