From 6b37d107727a458e9c9f6ced33a1619085a092ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:35:41 +0000 Subject: [PATCH] ci(deps): Update actions/upload-artifact action to v4.5.0 --- .github/actions/upload-tar/action.yml | 2 +- .github/workflows/inspect-code.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/upload-tar/action.yml b/.github/actions/upload-tar/action.yml index 9ec55062..4afda407 100644 --- a/.github/actions/upload-tar/action.yml +++ b/.github/actions/upload-tar/action.yml @@ -18,7 +18,7 @@ runs: shell: bash working-directory: ${{ inputs.path }} - - uses: actions/upload-artifact@v4.4.3 + - uses: actions/upload-artifact@v4.5.0 with: name: ${{ inputs.name }} path: ${{ inputs.path }}/artifact.tar diff --git a/.github/workflows/inspect-code.yml b/.github/workflows/inspect-code.yml index 1061f9a5..ee9d43ba 100644 --- a/.github/workflows/inspect-code.yml +++ b/.github/workflows/inspect-code.yml @@ -75,7 +75,7 @@ jobs: git diff --exit-code | tee code-cleanup.patch - name: Publish Patch File - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 if: failure() with: name: code-cleanup-patch-files