diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index fb7b4681..18f6eb25 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -66,7 +66,7 @@ jobs: with: run: pytest - - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 + - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f with: name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.resolution }} path: .coverage.${{ matrix.os }}.${{ matrix.python-version }}.${{ matrix.resolution }} @@ -269,7 +269,7 @@ jobs: MERGE_COVERAGE_FILES: true - name: Store Pull Request comment to be posted - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true' with: name: python-coverage-comment-action