From 0b3ba9241be23e4787ae9421728faab9bd9ba9e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:13:26 +0200 Subject: [PATCH] Update actions/upload-artifact action to v4.4.3 (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 6e5dd19..38fad3a 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -23,7 +23,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v4.4.2 + uses: actions/upload-artifact@v4.4.3 with: name: test-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }} path: | diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index c6657fb..58641bb 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -32,7 +32,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v4.4.2 + uses: actions/upload-artifact@v4.4.3 with: name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }} path: | diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 7614153..ab95135 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -24,7 +24,7 @@ jobs: - name: Upload test artifacts if: failure() - uses: actions/upload-artifact@v4.4.2 + uses: actions/upload-artifact@v4.4.3 with: name: test-artifacts-windows-${{ github.run_id }} path: |