diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33ef94f..50311e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: run: briefcase package ${{ matrix.briefcase-target }} --update --adhoc-sign - name: Upload Logs - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 if: failure() with: name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}