From 1a75ab099160b0d641d26de85eb4a6a189203d2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:21:16 -0500 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.2.0 (#5281) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/actions/upload-archive/action.yml | 2 +- .github/workflows/tech-debt-burndown.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions/upload-archive/action.yml b/.github/workflows/actions/upload-archive/action.yml index baccf290c10..ebec27fbf5d 100644 --- a/.github/workflows/actions/upload-archive/action.yml +++ b/.github/workflows/actions/upload-archive/action.yml @@ -14,7 +14,7 @@ runs: run: zip -q -r ${{ inputs.output }} ${{ inputs.paths }} shell: bash - - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: ${{ inputs.name }} path: ${{ inputs.output }} diff --git a/.github/workflows/tech-debt-burndown.yml b/.github/workflows/tech-debt-burndown.yml index a2d830a6b5a..cedc245736d 100644 --- a/.github/workflows/tech-debt-burndown.yml +++ b/.github/workflows/tech-debt-burndown.yml @@ -44,7 +44,7 @@ jobs: run: npx tsc --strictNullChecks --noEmit --pretty false | npx tsc-output-parser > null_errors_${{ matrix.branch }}.json - name: Upload null_errors_${{ matrix.branch }}.json - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: null_errors_${{ matrix.branch }} path: 'null_errors_${{ matrix.branch }}.json' @@ -79,7 +79,7 @@ jobs: run: npx ts-prune > unused-exports-${{ matrix.branch }}.txt - name: Upload unused exports - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: name: unused-exports-${{ matrix.branch }} path: 'unused-exports-${{ matrix.branch }}.txt'