diff --git a/.dockerignore b/.dockerignore index e8f6e66311c7..1665783ba48e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -89,7 +89,6 @@ test_root/paver_logs/ test_root/uploads/ **/django-pyfs **/.tox/ -common/test/db_cache/bok_choy_*.yaml common/test/data/badges/*.png ### Installation artifacts diff --git a/.github/actions/unit-tests/action.yml b/.github/actions/unit-tests/action.yml index 404ab2cf5711..2a5429baff09 100644 --- a/.github/actions/unit-tests/action.yml +++ b/.github/actions/unit-tests/action.yml @@ -27,7 +27,7 @@ runs: - name: save pytest warnings json file if: success() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: pytest-warnings-json path: | diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index beb80bd640ab..bc8c2bbab21c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,13 @@