From 65083730a9db0b77f0472d06b35442d9fa5adc03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:19:06 +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/aspnet-core-ci.yml | 2 +- .github/workflows/bullseye-ci.yml | 2 +- .github/workflows/configuration-ci.yml | 2 +- .github/workflows/github-ci.yml | 2 +- .github/workflows/hosting-ci.yml | 2 +- .github/workflows/lambda-ci.yml | 2 +- .github/workflows/pulumi-ci.yml | 2 +- .github/workflows/system-extensions-ci.yml | 2 +- .github/workflows/webhook-relay-ci.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/aspnet-core-ci.yml b/.github/workflows/aspnet-core-ci.yml index afc9cda5..5da113d7 100644 --- a/.github/workflows/aspnet-core-ci.yml +++ b/.github/workflows/aspnet-core-ci.yml @@ -57,7 +57,7 @@ jobs: run: ./build.ps1 push-nugetorg shell: pwsh - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/bullseye-ci.yml b/.github/workflows/bullseye-ci.yml index 921e551f..1c2e9313 100644 --- a/.github/workflows/bullseye-ci.yml +++ b/.github/workflows/bullseye-ci.yml @@ -57,7 +57,7 @@ jobs: run: ./build.ps1 push-nugetorg shell: pwsh - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/configuration-ci.yml b/.github/workflows/configuration-ci.yml index 44d3241c..c53adcd0 100644 --- a/.github/workflows/configuration-ci.yml +++ b/.github/workflows/configuration-ci.yml @@ -57,7 +57,7 @@ jobs: run: ./build.ps1 push-nugetorg shell: pwsh - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 5a4051c5..011f8497 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -57,7 +57,7 @@ jobs: run: ./build.ps1 push-nugetorg shell: pwsh - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/hosting-ci.yml b/.github/workflows/hosting-ci.yml index a3774976..0729f579 100644 --- a/.github/workflows/hosting-ci.yml +++ b/.github/workflows/hosting-ci.yml @@ -57,7 +57,7 @@ jobs: run: ./build.ps1 push-nugetorg shell: pwsh - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/lambda-ci.yml b/.github/workflows/lambda-ci.yml index f50014da..e7a3a2ff 100644 --- a/.github/workflows/lambda-ci.yml +++ b/.github/workflows/lambda-ci.yml @@ -57,7 +57,7 @@ jobs: run: ./build.ps1 push-nugetorg shell: pwsh - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/pulumi-ci.yml b/.github/workflows/pulumi-ci.yml index 7d564cb0..807f3178 100644 --- a/.github/workflows/pulumi-ci.yml +++ b/.github/workflows/pulumi-ci.yml @@ -57,7 +57,7 @@ jobs: run: ./build.ps1 push-nugetorg shell: pwsh - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/system-extensions-ci.yml b/.github/workflows/system-extensions-ci.yml index 4c7ffb13..46ec5d75 100644 --- a/.github/workflows/system-extensions-ci.yml +++ b/.github/workflows/system-extensions-ci.yml @@ -57,7 +57,7 @@ jobs: run: ./build.ps1 push-nugetorg shell: pwsh - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts diff --git a/.github/workflows/webhook-relay-ci.yml b/.github/workflows/webhook-relay-ci.yml index 5fc8ca18..39c600c1 100644 --- a/.github/workflows/webhook-relay-ci.yml +++ b/.github/workflows/webhook-relay-ci.yml @@ -57,7 +57,7 @@ jobs: run: ./build.ps1 push-nugetorg shell: pwsh - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: artifacts