diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eefedb88d0..6b668e6146 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: cd core mv .coverage .coverage.${{ matrix.platform }}.${{ matrix.python-version }} - name: Store coverage data - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: core-coverage-data path: "core/.coverage.*" @@ -130,7 +130,7 @@ jobs: python -m coverage html --skip-covered --skip-empty python -m coverage report --rcfile ../pyproject.toml # --fail-under=100 - name: Upload HTML report if check failed. - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: html-coverage-report path: core/htmlcov @@ -259,7 +259,7 @@ jobs: cd testbed ${{ matrix.briefcase-run-prefix }} briefcase run ${{ matrix.backend }} --test ${{ matrix.briefcase-run-args }} - name: Upload logs - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 if: failure() with: name: testbed-failure-logs-${{ matrix.backend }}