diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 8199ac5..d34f25e 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -62,7 +62,7 @@ jobs: - name: Run tests run: hatch test --python ${{ matrix.python-version }} --cover --randomize --retries 2 --retry-delay 1 - - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2 with: name: "build-${{ matrix.python-version }}" fail_ci_if_error: true @@ -70,7 +70,7 @@ jobs: - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2 with: name: "build-${{ matrix.python-version }}" fail_ci_if_error: true