From 67def72dd31508a1ba28c5a6561b7afd75046673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:47:29 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.1 --- .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 fdfcd1d..d6555b9 100644 --- a/.github/workflows/run.yaml +++ b/.github/workflows/run.yaml @@ -70,7 +70,7 @@ jobs: --force \ --config ${{ matrix.builder }}.conf \ ${{ matrix.branch }} - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 if: always() with: name: ${{ matrix.builder }}-${{ matrix.branch }}-logs diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 00921ed..0a89009 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -54,7 +54,7 @@ jobs: buildfarm-client:alpine \ --test \ --config ${{ matrix.builder }}.conf - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 if: always() with: name: ${{ matrix.builder }}-logs