diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67bfb9d..97bd824 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: python -m coverage run -p -m pytest - name: Upload coverage data - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: include-hidden-files: true name: coverage-data-${{ matrix.python-version }} @@ -84,7 +84,7 @@ jobs: - name: Upload HTML report if: ${{ failure() }} - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: html-report path: .htmlcov diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index a5fbd6c..de295a1 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -31,7 +31,7 @@ jobs: run: uvx --from build pyproject-build --installer uv - name: Store built distribution - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: distribution-files path: dist/