From 6eb78395383807463f384ecd0db3c9f1f6e068d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:58:46 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/erlang-parallel-build.yml | 2 +- .github/workflows/erlang-simple-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/erlang-parallel-build.yml b/.github/workflows/erlang-parallel-build.yml index b65d8d9..4923957 100644 --- a/.github/workflows/erlang-parallel-build.yml +++ b/.github/workflows/erlang-parallel-build.yml @@ -261,7 +261,7 @@ jobs: - name: Store CT Logs if: ${{ failure() && (steps.run-ct.outcome == 'failure' || steps.run-ct-w-compose.outcome == 'failure') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ct-logs path: _build/test/logs diff --git a/.github/workflows/erlang-simple-build.yml b/.github/workflows/erlang-simple-build.yml index e6d1d19..307ca41 100644 --- a/.github/workflows/erlang-simple-build.yml +++ b/.github/workflows/erlang-simple-build.yml @@ -151,7 +151,7 @@ jobs: - name: Store CT Logs if: ${{ failure() && steps.run-ct.outcome == 'failure' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ct-logs path: _build/test/logs