From 80af01f8134e3226d77dd3e367aeef0c83b37b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 11:57:33 +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/ci-open-api-documentation.yml | 2 +- .github/workflows/ci-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-open-api-documentation.yml b/.github/workflows/ci-open-api-documentation.yml index 4dbbc7989..8dff2ffdc 100644 --- a/.github/workflows/ci-open-api-documentation.yml +++ b/.github/workflows/ci-open-api-documentation.yml @@ -40,7 +40,7 @@ jobs: CloudProvider: Azure # Upload swagger docs to GitHub - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: success() with: name: swagger-doc diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 678cf462b..1cd664919 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -49,7 +49,7 @@ jobs: working-directory: src/IoTHub.Portal.Tests.Unit/ # Upload test results as artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: success() || failure() with: name: test-results