From b0c422b2e06de5eb3ae41af68ac565ffc5aef9af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:57:55 +0000 Subject: [PATCH] chore(actions): update actions/upload-artifact action to v4 --- .github/workflows/release-deprecated.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-deprecated.yml b/.github/workflows/release-deprecated.yml index eb3751b75..70083b9bc 100644 --- a/.github/workflows/release-deprecated.yml +++ b/.github/workflows/release-deprecated.yml @@ -48,7 +48,7 @@ jobs: run: make package version=${{ github.event.inputs.version }} - name: Upload Pipeline Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 1 name: built-artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 641c8edc1..889d8b6bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: run: make package version=${{ steps.version.outputs.value }} - name: Upload Pipeline Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 1 name: built-artifacts