From 6b9b8f41f0435e251541c1d483a7f2eb7b3472d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:46:29 +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/build.yml | 2 +- .github/workflows/integrations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52bbd6719..aa34fdcb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -319,7 +319,7 @@ jobs: # artifact name for this job as well as the other job for ARM. The result # is a single artifact with binaries from both jobs. - name: Upload Binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries path: | diff --git a/.github/workflows/integrations.yml b/.github/workflows/integrations.yml index dfc7cda5e..5500bac66 100644 --- a/.github/workflows/integrations.yml +++ b/.github/workflows/integrations.yml @@ -293,7 +293,7 @@ jobs: # artifact name for this job as well as the other job for ARM. The result # is a single artifact with binaries from both jobs. - name: Upload Binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries path: |