From 985ada01c5c78f7255cf56d3861034e9df2449c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:01:34 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .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 e905739..87d6bfc 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@v6 + uses: actions/upload-artifact@v7 with: name: molecule-logs-${{ matrix.scenario }} path: |