From 36de47cdbc45b3660602582c09229afb9a1d0625 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:20:29 +0000 Subject: [PATCH] ci(deps): Update actions/upload-artifact action to v4.4.3 --- .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 257d783c..9ec55062 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.1 + - uses: actions/upload-artifact@v4.4.3 with: name: ${{ inputs.name }} path: ${{ inputs.path }}/artifact.tar diff --git a/.github/workflows/inspect-code.yml b/.github/workflows/inspect-code.yml index c3fe43c4..bf581322 100644 --- a/.github/workflows/inspect-code.yml +++ b/.github/workflows/inspect-code.yml @@ -73,7 +73,7 @@ jobs: git diff --exit-code | tee code-cleanup.patch - name: Publish Patch File - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.3 if: failure() with: name: code-cleanup-patch-files