diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ed7b84b5..16e6960d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: env: COVERAGE_FILE: "coverage.${{ matrix.os }}.${{ matrix.py }}" - name: Store coverage file - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: coverage.${{ matrix.os }}.${{ matrix.py }} path: coverage.${{ matrix.os }}.${{ matrix.py }} @@ -81,7 +81,7 @@ jobs: VERBOSE: true - name: Store Pull Request comment to be posted - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true' with: name: python-coverage-comment-action