Update actions/upload-artifact action to v7#30
Conversation
PR Review: Update actions/upload-artifact to v7This is a dependency update from Renovate that upgrades the ✅ Code Quality & Best PracticesGood:
🔍 Compatibility AnalysisCurrent usage (.github/workflows/integration.yml:30-36): - name: Upload logs
if: always()
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: integration-test-logs
path: test-logs/
retention-days: 7Assessment:
|
39d6192 to
b51a4d5
Compare
Code Review - PR #30: Update actions/upload-artifact to v7SummaryThis is an automated dependency update by Renovate that upgrades Review✅ Positive Aspects
🔍 Verification NeededSince this is a major version bump (v6 → v7), I recommend:
📝 Current Usage AnalysisLooking at the integration test setup (.github/workflows/integration.yml:30-36):
The test script (
This configuration should work with v7, but validation is recommended.
|
This PR contains the following updates:
v6→v7Release Notes
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v6...v7.0.0
v7Compare Source
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.