-
Notifications
You must be signed in to change notification settings - Fork 459
chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 #1221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -98,7 +98,7 @@ jobs: | |
| openenv --help | ||
|
|
||
| - name: Upload release distribution artifact | ||
| uses: actions/upload-artifact@v7 | ||
| uses: actions/upload-artifact@v7.0.1 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Optional supply-chain hardening (non-blocking). This is a movable tag. The sibling uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1Not a regression — the base already used |
||
| with: | ||
| name: openenv-${{ steps.version.outputs.version }}-dist | ||
| path: dist/ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -113,7 +113,7 @@ jobs: | |
| openenv --help | ||
|
|
||
| - name: Upload TestPyPI distribution artifact | ||
| uses: actions/upload-artifact@v7 | ||
| uses: actions/upload-artifact@v7.0.1 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Optional supply-chain hardening (non-blocking). Same note as uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
||
| with: | ||
| name: openenv-${{ steps.version.outputs.version }}-testpypi-dist | ||
| path: dist/ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SHA-pin convention correctly preserved here (matches the hardening from #1161). Verified:
043fb46d…corresponds tov7.0.1, andupload-artifact@v7is compatible with thedownload-artifact@v8used elsewhere in the release workflows (released together — v7 addsarchive: falsedirect uploads, v8 handles non-ZIP downloads). No changes needed.