From 390511fb1e768398f7dac61c5bb6af65c4c8a09f Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:25:18 +0000 Subject: [PATCH] ci(action): update actions/upload-artifact action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afaf3d458..da49d7b9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: env: COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}" - name: Store coverage file - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: coverage.${{ matrix.os }}.${{ matrix.py }} path: coverage.${{ matrix.os }}.${{ matrix.py }} @@ -115,7 +115,7 @@ jobs: VERBOSE: true - name: Store Pull Request comment to be posted - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true' with: name: python-coverage-comment-action