Bump actions/upload-artifact from 6 to 7 and actions/download-artifact from 7 to 8#272
Merged
dav3r merged 6 commits intoMar 24, 2026
Merged
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
jsf9k
approved these changes
Mar 3, 2026
dav3r
approved these changes
Mar 3, 2026
jsf9k
requested changes
Mar 4, 2026
jsf9k
approved these changes
Mar 5, 2026
4d4de2c to
9452ed4
Compare
Also remove the name attribute as it is not used when archive is false. Note that this requires updating the name of the artifact in a few places where we download it. Co-authored-by: Nick M <50747025+mcdonnnj@users.noreply.github.com>
9452ed4 to
f8f8a72
Compare
actions/upload-artifact@v7 requires actions/download-artifact@v8.
3f3eb0a to
18b9e40
Compare
Member
Please see the updated PR title and description. |
We no longer need this directory now that we are uploading image.tar.gz directly, i.e., instead of the entire dist directory. Co-authored-by: Nick M <50747025+mcdonnnj@users.noreply.github.com>
dav3r
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/upload-artifact from 6 to 7 and actions/download-artifact from 7 to 8.
Release notes
Sourced from actions/upload-artifact's releases.
Commits
bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Note that this upgrade allows us to start using the
archive: falseattribute, which avoids double-zipping the (already gzipped) artifact.Note that this PR includes the changes from #274.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)