From fb4b0e1d7116683423ba9a8395758126d8a64f23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:01:15 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.3.2 --- .github/workflows/run.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run.yaml b/.github/workflows/run.yaml index 831d068..425b089 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -64,7 +64,7 @@ jobs: --force \ --config ${{ matrix.builder }}.conf \ ${{ matrix.branch }} - - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 if: always() with: name: ${{ matrix.builder }}-${{ matrix.branch }}-logs diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dfb2ecb..280a9a0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,7 +51,7 @@ jobs: buildfarm-client:alpine \ --test \ --config ${{ matrix.builder }}.conf - - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 + - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 if: always() with: name: ${{ matrix.builder }}-logs