diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38007ef6..0ad8912d 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: docs-site path: site/ diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 642ebf51..c1d9558d 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: distributions path: ./dist