diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14847e0..5430efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: python -m coverage run -p -m pytest - name: Upload coverage data - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: include-hidden-files: true name: coverage-data-${{ matrix.python-version }} @@ -83,7 +83,7 @@ jobs: - name: Upload HTML report if: ${{ failure() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: html-report path: .htmlcov diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 0d38741..f14b859 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -32,7 +32,7 @@ jobs: run: hatch build - name: Store built distribution - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: distribution-files path: dist/