Bump actions/upload-artifact from 4 to 7#111
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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>
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions workflows that publish “expected values” artifacts by bumping actions/upload-artifact from v4 to v7.
Changes:
- Update
gpu-e2e.ymlto useactions/upload-artifact@v7for GPU/CPU expected-values uploads. - Update
gen-expected.ymlto useactions/upload-artifact@v7for per-platform and merged artifact uploads.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/gpu-e2e.yml | Bumps the artifact upload action to v7 for expected-values artifacts on the EC2-backed runner job. |
| .github/workflows/gen-expected.yml | Bumps the artifact upload action to v7 for expected-values artifacts on GitHub-hosted runners. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - name: Upload GPU expected values | ||
| if: ${{ inputs.update_expected }} | ||
| uses: actions/upload-artifact@v4 | ||
| uses: actions/upload-artifact@v7 | ||
| with: |
There was a problem hiding this comment.
actions/upload-artifact@v6+ runs on Node.js 24 and requires GitHub Actions runner >= 2.327.1. Since this job runs on an ephemeral EC2/self-hosted runner (runs-on: ${{ needs.ec2.outputs.id }}), please ensure the runner provisioned by Open-Athena/ec2-gha/.github/workflows/runner.yml@v2 meets this minimum; otherwise this step will fail. If the runner can't be updated yet, keep this workflow on an older upload-artifact major until it can.
Bumps actions/upload-artifact from 4 to 7.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
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 testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild distDependabot 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)