From c683bf48c852721e08b6cca59c67333306f5fe95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:05:04 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/lint-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 7121b08..66c2507 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -95,7 +95,7 @@ jobs: - name: Upload molecule logs on failure if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: molecule-logs-${{ matrix.scenario }} path: |