X Tutup
Skip to content

Update Github Upload-Artifact action for Windows CI#5781

Merged
sturnclaw merged 1 commit intopioneerspacesim:masterfrom
sturnclaw:fix-windows-action-upload
Feb 25, 2024
Merged

Update Github Upload-Artifact action for Windows CI#5781
sturnclaw merged 1 commit intopioneerspacesim:masterfrom
sturnclaw:fix-windows-action-upload

Conversation

@sturnclaw
Copy link
Member

This inadvertently got missed during the last set of CI updates - this PR updates the Windows upload-artifact Github Action to use version 4 of that action, which is more efficient and provides much faster upload speeds (and also addresses the deprecation notice from using v3).

This also normalizes the Windows artifacts to be retained for 14 days after a build - given that we're generating >1GB of artifacts from each build and there's little need to download a pre-built archive of a past build, it doesn't really make sense to retain builds for the default of 90 days. Binaries uploaded to Github Releases are not affected by this change - they're stored separately and will be retained permanently (for as long as the release exists).

@sturnclaw sturnclaw merged commit 0970198 into pioneerspacesim:master Feb 25, 2024
@sturnclaw sturnclaw deleted the fix-windows-action-upload branch February 25, 2024 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup