diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..aa807cd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + commit-message: + prefix: "[gh-actions]" + include: scope + labels: + - internal diff --git a/.github/workflows/pythontest.yml b/.github/workflows/pythontest.yml index dd3a8e1..b9fc282 100644 --- a/.github/workflows/pythontest.yml +++ b/.github/workflows/pythontest.yml @@ -35,7 +35,7 @@ jobs: fail_ci_if_error: false - name: Upload pytest test results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: pytest-results-${{ matrix.python-version }} path: junit/test-results-${{ matrix.python-version }}.xml