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