From 46fc383eaa9cd99185a5b2112e58d5ff163f3185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 08:32:35 +0100 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 (#50) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8639384..4c375c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: } >> "$GITHUB_STEP_SUMMARY" - name: Upload coverage HTML report - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 if: always() && matrix.python-version == '3.14' with: name: coverage-report-html-${{ matrix.python-version }} @@ -77,7 +77,7 @@ jobs: retention-days: 7 - name: Upload coverage XML report - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 if: always() && matrix.python-version == '3.14' with: name: coverage-report-xml-${{ matrix.python-version }} @@ -86,7 +86,7 @@ jobs: retention-days: 7 - name: Upload test results - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 if: always() with: name: test-results-${{ matrix.python-version }}