diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 26e91af..8f9ad28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,4 +23,4 @@ jobs: - name: Test run: pytest -svv --cov=bento_drop_box_service --cov-branch - name: Upload coverage to Codecov - run: codecov/codecov-action@v3 + uses: codecov/codecov-action@v3