Bump actions/upload-artifact from 6.0.0 to 7.0.0#178
Bump actions/upload-artifact from 6.0.0 to 7.0.0#178dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| with: | ||
| name: dist_linux | ||
| path: dist_linux | ||
| retention-days: 1 |
There was a problem hiding this comment.
CRITICAL: The retention-days parameter is not supported in actions/upload-artifact@v7.0.0. This input was removed in v7, and including it will cause the workflow step to fail. Remove this parameter to fix the issue.
| uses: actions/upload-artifact@v7.0.0 | ||
| with: | ||
| name: dist_linux_arm64 | ||
| path: dist_linux_arm64 |
There was a problem hiding this comment.
CRITICAL: The retention-days parameter is not supported in actions/upload-artifact@v7.0.0. This input was removed in v7, and including it will cause the workflow step to fail. Remove this parameter to fix the issue.
| uses: actions/upload-artifact@v6.0.0 | ||
| uses: actions/upload-artifact@v7.0.0 | ||
| with: | ||
| name: dist_linux_arm |
There was a problem hiding this comment.
CRITICAL: The retention-days parameter is not supported in actions/upload-artifact@v7.0.0. This input was removed in v7, and including it will cause the workflow step to fail. Remove this parameter to fix the issue.
| - name: Upload Slim app binaries (macOS, amd64) | ||
| uses: actions/upload-artifact@v6.0.0 | ||
| uses: actions/upload-artifact@v7.0.0 | ||
| with: |
There was a problem hiding this comment.
CRITICAL: The retention-days parameter is not supported in actions/upload-artifact@v7.0.0. This input was removed in v7, and including it will cause the workflow step to fail. Remove this parameter to fix the issue.
Code Review SummaryStatus: 4 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)CRITICAL
Other Observations (not in diff)Issues found in unchanged code that cannot receive inline comments:
Files Reviewed (1 files)
|
🤖 Augment PR SummarySummary: Updates the E2E acceptance-testing workflow to use 🤖 Was this summary useful? React with 👍 or 👎 |
Bumps actions/upload-artifact from 6.0.0 to 7.0.0.
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.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)