diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index be1c2a8..cd9245d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: - name: Run tests run: python -m pytest -v --cov-report xml:coverage.xml --cov src tests/unit - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ matrix.os }}-${{ matrix.python-version }}-unit-tests-coverage path: ./coverage.xml @@ -81,7 +81,7 @@ jobs: - name: Run tests run: python -m pytest -v --cov-report xml:coverage.xml --cov src tests/integration - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ matrix.os }}-integration-tests-coverage path: ./coverage.xml