diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2ab988..a7a02a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Verify test coverage run: poetry run coverage html - name: Archive code coverage report - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: code-coverage-report path: htmlcov diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index 05fd6ef..eed5330 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -28,7 +28,7 @@ jobs: run: poetry run mutmut junitxml > mutmut.xml if: ${{ failure() }} - name: Archive mutation test report - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: mutation-test-report path: mutmut.xml