diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd62ab0..0c991ce 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: html-report path: .htmlcov diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 9de20bf..8f15e59 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 with: name: distribution-files path: dist/