From e68877900d779679eee14c88a5873054aa6f0604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:59:33 +0900 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#6588) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-command.yml | 2 +- .github/workflows/testv5-command.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index fc597bc89..04abeab11 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -81,7 +81,7 @@ jobs: npm run test rm -rf node_modules # Create an artifact from the action - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: create-pull-request path: . diff --git a/.github/workflows/testv5-command.yml b/.github/workflows/testv5-command.yml index 76bd5471c..39f048727 100644 --- a/.github/workflows/testv5-command.yml +++ b/.github/workflows/testv5-command.yml @@ -75,7 +75,7 @@ jobs: npm run test rm -rf node_modules # Create an artifact from the action - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: create-pull-request path: .