From 1295302f4a3c225d6a825ccd36942baf131e83e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:29:07 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 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] --- .github/workflows/re_test-integration-prepare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/re_test-integration-prepare.yml b/.github/workflows/re_test-integration-prepare.yml index 758b48ef7..bb1709f9d 100644 --- a/.github/workflows/re_test-integration-prepare.yml +++ b/.github/workflows/re_test-integration-prepare.yml @@ -51,7 +51,7 @@ jobs: # 1 day. It is also useful because these dependencies could be downloaded by the user to run the # integration tests locally, or even test their own Booster applications with this version. - name: Upload integration test dependencies - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: inputs.command_sha != '' with: # suffix the name with the git commit @@ -60,7 +60,7 @@ jobs: retention-days: 1 - name: Upload integration test dependencies - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: inputs.command_sha == '' with: # suffix the name with the git commit