Skip to content

CI: Disable ZIP file artifacts, update versions#18411

Open
tonyhutter wants to merge 1 commit intoopenzfs:masterfrom
tonyhutter:ci-update-versions
Open

CI: Disable ZIP file artifacts, update versions#18411
tonyhutter wants to merge 1 commit intoopenzfs:masterfrom
tonyhutter:ci-update-versions

Conversation

@tonyhutter
Copy link
Copy Markdown
Contributor

Motivation and Context

  1. Don't ZIP artifacts
  2. Update CI action versions.

Description

The GH artifacts action now lets you disable auto-zipping your artifacts. Previously, GH would always automatically put your artifacts in a ZIP file. This is annoying when your artifacts are already in a tarball.

Also update the following action versions:

checkout:		    v4 -> v6
upload-artifact:	v4 -> v7
download-artifact:	v4 -> v8

Lastly, fix a issue where zfs-qmeu-packages now needs to power cycle the VM.

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Quality assurance (non-breaking change which makes the code more robust against bugs)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

Checklist:

@behlendorf behlendorf added the Status: Code Review Needed Ready for review and testing label Apr 7, 2026
@tonyhutter tonyhutter force-pushed the ci-update-versions branch from 216c76e to 95760db Compare April 7, 2026 23:13
@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Apr 8, 2026
@tonyhutter tonyhutter force-pushed the ci-update-versions branch from 95760db to ca99b09 Compare April 8, 2026 17:44
@github-actions github-actions bot removed the Status: Accepted Ready to integrate (reviewed, tested) label Apr 8, 2026
@behlendorf behlendorf added the Status: Accepted Ready to integrate (reviewed, tested) label Apr 8, 2026
@tonyhutter tonyhutter force-pushed the ci-update-versions branch from ca99b09 to 3370161 Compare April 8, 2026 19:58
@github-actions github-actions bot removed the Status: Accepted Ready to integrate (reviewed, tested) label Apr 8, 2026
The GH artifacts action now lets you disable auto-zipping your
artifacts.  Previously, GH would always automatically put your
artifacts in a ZIP file.  This is annoying when your artifacts
are already in a tarball.

Also update the following action versions

checkout:		v4 -> v6
upload-artifact:	v4 -> v7
download-artifact:	v4 -> v8

Lastly, fix a issue where zfs-qmeu-packages now needs to power
cycle the VM.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
@tonyhutter tonyhutter force-pushed the ci-update-versions branch from 3370161 to 98e178e Compare April 8, 2026 23: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.

3 participants