From 85f64c07ed87cdf625295d967afc7efa0c3ff6c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 22:44:53 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/code-quality.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index 3d6db249..b0e4e54f 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -47,7 +47,7 @@ jobs: - name: Upload Unit Test Results if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: Unit Test Results (Python ${{ matrix.python-version }} - ${{ matrix.platform }}) path: test-results.xml @@ -87,7 +87,7 @@ jobs: - name: Upload Unit Test Results if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: Unit Test Extras Results (Python ${{ matrix.python-version }} - ${{ matrix.platform }}) path: test-results.xml