diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7207b479..23332066 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: run: hatch run test-ci --cov-report xml:coverage-${{ matrix.python-version }}.xml --junitxml=test-results-${{ matrix.python-version }}.xml - name: Upload pytest test results artifact - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: pytest-results-${{ matrix.python-version }} path: test-results-${{ matrix.python-version }}.xml @@ -116,7 +116,7 @@ jobs: if: ${{ always() }} - name: Upload coverage results artifact - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: pytest-coverage-${{ matrix.python-version }} path: coverage-${{ matrix.python-version }}.xml @@ -186,7 +186,7 @@ jobs: run: hatch run docs:build - name: Upload coverage results artifact - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: docs-site path: site/ diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index f3b7b6ea..809e2a71 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -43,7 +43,7 @@ jobs: uses: ./.github/actions/build-dist - name: Upload distribution artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 with: name: distributions path: ./dist